#29310c
a deep, vivid green · cool · closest name: darkslategray
RGB
41, 49, 12
HSL
73°, 61%, 12%
CMYK
16, 0, 76, 81
Luminance
0.0269
Every format
| HEX | #29310c |
| RGB | rgb(41, 49, 12) |
| HSL | hsl(73, 61%, 12%) |
| CMYK | cmyk(16%, 0%, 76%, 81%) |
| LAB | lab(18.8 -10.1 21.5) |
| LCH | lch(18.8 23.8 115.0) |
| OKLCH | oklch(0.296 0.058 120.4) |
Copy-ready code
/* CSS */
color: #29310c;
background-color: #29310c;
/* Tailwind (arbitrary) */
class="text-[#29310c] bg-[#29310c]"
/* SCSS */
$brand: #29310c;
/* SwiftUI */
Color(red: 0.161, green: 0.192, blue: 0.047)
/* Android */
Color.parseColor("#29310c")Accessibility — WCAG contrast
Aa
#29310c on white: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29310c on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green19.2%
Blue4.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow75.5%
Key (black)80.8%
Color previews
#29310c text on a black background
contrast 1.54:1
Card sample
#29310c text on a white background
contrast 13.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29310c;
Background color
Panel with #29310c background
background-color: #29310c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29310c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 49, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 49, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29310c; background: linear-gradient(135deg, #29310c, #10310C);