#296614
a deep, vivid green · cool · closest name: forestgreen
RGB
41, 102, 20
HSL
105°, 67%, 24%
CMYK
60, 0, 80, 60
Luminance
0.1002
Every format
| HEX | #296614 |
| RGB | rgb(41, 102, 20) |
| HSL | hsl(105, 67%, 24%) |
| CMYK | cmyk(60%, 0%, 80%, 60%) |
| LAB | lab(37.9 -35.5 37.7) |
| LCH | lch(37.9 51.8 133.3) |
| OKLCH | oklch(0.453 0.129 139.2) |
Copy-ready code
/* CSS */
color: #296614;
background-color: #296614;
/* Tailwind (arbitrary) */
class="text-[#296614] bg-[#296614]"
/* SCSS */
$brand: #296614;
/* SwiftUI */
Color(red: 0.161, green: 0.400, blue: 0.078)
/* Android */
Color.parseColor("#296614")Accessibility — WCAG contrast
Aa
#296614 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#296614 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green40.0%
Blue7.8%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow80.4%
Key (black)60.0%
Color previews
#296614 text on a black background
contrast 3.00:1
Card sample
#296614 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296614;
Background color
Panel with #296614 background
background-color: #296614;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296614;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 102, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 102, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296614; background: linear-gradient(135deg, #296614, #146636);