Green 900
#14532d
green-900
The darkest green for maximum contrast.
Color Values
| Hex | #14532d | |
| RGB | rgb(20, 83, 45) | |
| HSL | hsl(144, 61%, 20%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="green-900">
Background
</div>
<p class="green-900">
Text
</p>
<div class="green-900 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-green-900: #14532d;
/* Direct Usage */
.element {
color: #14532d;
background-color: rgb(20, 83, 45);
}Best Use Cases
Dark mode success backgrounds
Deep forest accents
Jungle themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors