#29951b
a dark, vivid green · cool · closest name: forestgreen
RGB
41, 149, 27
HSL
113°, 69%, 35%
CMYK
73, 0, 82, 42
Luminance
0.2205
Every format
| HEX | #29951b |
| RGB | rgb(41, 149, 27) |
| HSL | hsl(113, 69%, 35%) |
| CMYK | cmyk(73%, 0%, 82%, 42%) |
| LAB | lab(54.1 -52.2 50.8) |
| LCH | lch(54.1 72.9 135.8) |
| OKLCH | oklch(0.587 0.182 141.6) |
Copy-ready code
/* CSS */
color: #29951b;
background-color: #29951b;
/* Tailwind (arbitrary) */
class="text-[#29951b] bg-[#29951b]"
/* SCSS */
$brand: #29951b;
/* SwiftUI */
Color(red: 0.161, green: 0.584, blue: 0.106)
/* Android */
Color.parseColor("#29951b")Accessibility — WCAG contrast
Aa
#29951b on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#29951b on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green58.4%
Blue10.6%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow81.9%
Key (black)41.6%
Color previews
#29951b text on a black background
contrast 5.41:1
Card sample
#29951b text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29951b;
Background color
Panel with #29951b background
background-color: #29951b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29951b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 149, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 149, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29951b; background: linear-gradient(135deg, #29951b, #1B955E);