Green 950
#052e16
green-950
Ultra-dark green, nearly black with forest undertones.
Color Values
| Hex | #052e16 | |
| RGB | rgb(5, 46, 22) | |
| HSL | hsl(145, 80%, 10%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="green-950">
Background
</div>
<p class="green-950">
Text
</p>
<div class="green-950 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-green-950: #052e16;
/* Direct Usage */
.element {
color: #052e16;
background-color: rgb(5, 46, 22);
}Best Use Cases
OLED success backgrounds
Deep jungle themes
Maximum green depth
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors