#296021
a dark, vivid green · cool · closest name: seagreen
RGB
41, 96, 33
HSL
112°, 49%, 25%
CMYK
57, 0, 66, 62
Luminance
0.0895
Every format
| HEX | #296021 |
| RGB | rgb(41, 96, 33) |
| HSL | hsl(112, 49%, 25%) |
| CMYK | cmyk(57%, 0%, 66%, 62%) |
| LAB | lab(35.9 -31.8 29.8) |
| LCH | lch(35.9 43.6 136.8) |
| OKLCH | oklch(0.437 0.111 141.2) |
Copy-ready code
/* CSS */
color: #296021;
background-color: #296021;
/* Tailwind (arbitrary) */
class="text-[#296021] bg-[#296021]"
/* SCSS */
$brand: #296021;
/* SwiftUI */
Color(red: 0.161, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#296021")Accessibility — WCAG contrast
Aa
#296021 on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#296021 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green37.6%
Blue12.9%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#296021 text on a black background
contrast 2.79:1
Card sample
#296021 text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296021;
Background color
Panel with #296021 background
background-color: #296021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296021; background: linear-gradient(135deg, #296021, #216043);