Green 800

#166534

green-800

Near-black green for dark themes.

Color Values

Hex#166534
RGBrgb(22, 101, 52)
HSLhsl(143, 64%, 24%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="green-800">
  Background
</div>
<p class="green-800">
  Text
</p>
<div class="green-800 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-green-800: #166534;

/* Direct Usage */
.element {
  color: #166534;
  background-color: rgb(22, 101, 52);
}

Best Use Cases

Dark green backgrounds
Deep forest accents
Nature dark themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors