#29420a
a deep, vivid green · cool · closest name: darkslategray
RGB
41, 66, 10
HSL
87°, 74%, 15%
CMYK
38, 0, 85, 74
Luminance
0.0439
Every format
| HEX | #29420a |
| RGB | rgb(41, 66, 10) |
| HSL | hsl(87, 74%, 15%) |
| CMYK | cmyk(38%, 0%, 85%, 74%) |
| LAB | lab(24.9 -19.8 28.9) |
| LCH | lch(24.9 35.1 124.4) |
| OKLCH | oklch(0.346 0.086 131.1) |
Copy-ready code
/* CSS */
color: #29420a;
background-color: #29420a;
/* Tailwind (arbitrary) */
class="text-[#29420a] bg-[#29420a]"
/* SCSS */
$brand: #29420a;
/* SwiftUI */
Color(red: 0.161, green: 0.259, blue: 0.039)
/* Android */
Color.parseColor("#29420a")Accessibility — WCAG contrast
Aa
#29420a on white: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29420a on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green25.9%
Blue3.9%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow84.8%
Key (black)74.1%
Color previews
#29420a text on a black background
contrast 1.88:1
Card sample
#29420a text on a white background
contrast 11.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29420a;
Background color
Panel with #29420a background
background-color: #29420a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29420a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 66, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 66, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29420a; background: linear-gradient(135deg, #29420a, #0A4210);