#259019
a dark, vivid green · cool · closest name: forestgreen
RGB
37, 144, 25
HSL
114°, 70%, 33%
CMYK
74, 0, 83, 44
Luminance
0.2041
Every format
| HEX | #259019 |
| RGB | rgb(37, 144, 25) |
| HSL | hsl(114, 70%, 33%) |
| CMYK | cmyk(74%, 0%, 83%, 44%) |
| LAB | lab(52.3 -51.4 49.7) |
| LCH | lch(52.3 71.5 135.9) |
| OKLCH | oklch(0.572 0.178 141.8) |
Copy-ready code
/* CSS */
color: #259019;
background-color: #259019;
/* Tailwind (arbitrary) */
class="text-[#259019] bg-[#259019]"
/* SCSS */
$brand: #259019;
/* SwiftUI */
Color(red: 0.145, green: 0.565, blue: 0.098)
/* Android */
Color.parseColor("#259019")Accessibility — WCAG contrast
Aa
#259019 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#259019 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green56.5%
Blue9.8%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow82.6%
Key (black)43.5%
Color previews
#259019 text on a black background
contrast 5.08:1
Card sample
#259019 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #259019;
Background color
Panel with #259019 background
background-color: #259019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #259019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 144, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 144, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #259019; background: linear-gradient(135deg, #259019, #19905C);