#29b73d
a dark, vivid green · cool · closest name: forestgreen
RGB
41, 183, 61
HSL
129°, 63%, 44%
CMYK
78, 0, 67, 28
Luminance
0.3468
Every format
| HEX | #29b73d |
| RGB | rgb(41, 183, 61) |
| HSL | hsl(129, 63%, 44%) |
| CMYK | cmyk(78%, 0%, 67%, 28%) |
| LAB | lab(65.5 -60.5 49.9) |
| LCH | lch(65.5 78.5 140.5) |
| OKLCH | oklch(0.683 0.200 144.8) |
Copy-ready code
/* CSS */
color: #29b73d;
background-color: #29b73d;
/* Tailwind (arbitrary) */
class="text-[#29b73d] bg-[#29b73d]"
/* SCSS */
$brand: #29b73d;
/* SwiftUI */
Color(red: 0.161, green: 0.718, blue: 0.239)
/* Android */
Color.parseColor("#29b73d")Accessibility — WCAG contrast
Aa
#29b73d on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29b73d on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green71.8%
Blue23.9%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow66.7%
Key (black)28.2%
Color previews
#29b73d text on a black background
contrast 7.94:1
Card sample
#29b73d text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29b73d;
Background color
Panel with #29b73d background
background-color: #29b73d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29b73d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 183, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 183, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29b73d; background: linear-gradient(135deg, #29b73d, #29B79C);