#29520a
a deep, electric green · cool · closest name: seagreen
RGB
41, 82, 10
HSL
94°, 78%, 18%
CMYK
50, 0, 88, 68
Luminance
0.0653
Every format
| HEX | #29520a |
| RGB | rgb(41, 82, 10) |
| HSL | hsl(94, 78%, 18%) |
| CMYK | cmyk(50%, 0%, 88%, 68%) |
| LAB | lab(30.7 -27.6 34.4) |
| LCH | lch(30.7 44.1 128.7) |
| OKLCH | oklch(0.394 0.108 135.5) |
Copy-ready code
/* CSS */
color: #29520a;
background-color: #29520a;
/* Tailwind (arbitrary) */
class="text-[#29520a] bg-[#29520a]"
/* SCSS */
$brand: #29520a;
/* SwiftUI */
Color(red: 0.161, green: 0.322, blue: 0.039)
/* Android */
Color.parseColor("#29520a")Accessibility — WCAG contrast
Aa
#29520a on white: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29520a on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green32.2%
Blue3.9%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow87.8%
Key (black)67.8%
Color previews
#29520a text on a black background
contrast 2.31:1
Card sample
#29520a text on a white background
contrast 9.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29520a;
Background color
Panel with #29520a background
background-color: #29520a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29520a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 82, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 82, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29520a; background: linear-gradient(135deg, #29520a, #0A521B);