#2f5e13
a deep, vivid green · cool · closest name: olivedrab
RGB
47, 94, 19
HSL
98°, 66%, 22%
CMYK
50, 0, 80, 63
Luminance
0.0866
Every format
| HEX | #2f5e13 |
| RGB | rgb(47, 94, 19) |
| HSL | hsl(98, 66%, 22%) |
| CMYK | cmyk(50%, 0%, 80%, 63%) |
| LAB | lab(35.3 -30.3 35.6) |
| LCH | lch(35.3 46.7 130.3) |
| OKLCH | oklch(0.432 0.116 136.5) |
Copy-ready code
/* CSS */
color: #2f5e13;
background-color: #2f5e13;
/* Tailwind (arbitrary) */
class="text-[#2f5e13] bg-[#2f5e13]"
/* SCSS */
$brand: #2f5e13;
/* SwiftUI */
Color(red: 0.184, green: 0.369, blue: 0.075)
/* Android */
Color.parseColor("#2f5e13")Accessibility — WCAG contrast
Aa
#2f5e13 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f5e13 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green36.9%
Blue7.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow79.8%
Key (black)63.1%
Color previews
#2f5e13 text on a black background
contrast 2.73:1
Card sample
#2f5e13 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f5e13;
Background color
Panel with #2f5e13 background
background-color: #2f5e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f5e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 94, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 94, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f5e13; background: linear-gradient(135deg, #2f5e13, #135E29);