Deep Green
#02590f
Here's everything about the color Deep Green (#02590f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #02590f | |
|---|---|---|
| RGB | rgb(2, 89, 15) | |
| HSL | hsl(129, 96%, 18%) | |
| CMYK | cmyk(98%, 0%, 83%, 65%) | |
| LAB | lab(32, -36, 33) | |
| OKLCH | oklch(0.4 0.129 144) |
Color harmonies
Tints & shades
Code snippets
color: #02590f;
background-color: #02590f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF02590F)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.35, blue: 0.06, alpha: 1.0)