#29521f
a deep, vivid green · cool · closest name: seagreen
RGB
41, 82, 31
HSL
108°, 45%, 22%
CMYK
50, 0, 62, 68
Luminance
0.0660
Every format
| HEX | #29521f |
| RGB | rgb(41, 82, 31) |
| HSL | hsl(108, 45%, 22%) |
| CMYK | cmyk(50%, 0%, 62%, 68%) |
| LAB | lab(30.9 -25.6 25.1) |
| LCH | lch(30.9 35.9 135.6) |
| OKLCH | oklch(0.396 0.092 139.8) |
Copy-ready code
/* CSS */
color: #29521f;
background-color: #29521f;
/* Tailwind (arbitrary) */
class="text-[#29521f] bg-[#29521f]"
/* SCSS */
$brand: #29521f;
/* SwiftUI */
Color(red: 0.161, green: 0.322, blue: 0.122)
/* Android */
Color.parseColor("#29521f")Accessibility — WCAG contrast
Aa
#29521f on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29521f on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green32.2%
Blue12.2%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow62.2%
Key (black)67.8%
Color previews
#29521f text on a black background
contrast 2.32:1
Card sample
#29521f text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29521f;
Background color
Panel with #29521f background
background-color: #29521f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29521f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 82, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 82, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29521f; background: linear-gradient(135deg, #29521f, #1F5237);