#297a0a
a dark, electric green · cool · closest name: forestgreen
RGB
41, 122, 10
HSL
103°, 85%, 26%
CMYK
66, 0, 92, 52
Luminance
0.1441
Every format
| HEX | #297a0a |
| RGB | rgb(41, 122, 10) |
| HSL | hsl(103, 85%, 26%) |
| CMYK | cmyk(66%, 0%, 92%, 52%) |
| LAB | lab(44.8 -43.7 46.9) |
| LCH | lch(44.8 64.1 133.0) |
| OKLCH | oklch(0.510 0.158 139.6) |
Copy-ready code
/* CSS */
color: #297a0a;
background-color: #297a0a;
/* Tailwind (arbitrary) */
class="text-[#297a0a] bg-[#297a0a]"
/* SCSS */
$brand: #297a0a;
/* SwiftUI */
Color(red: 0.161, green: 0.478, blue: 0.039)
/* Android */
Color.parseColor("#297a0a")Accessibility — WCAG contrast
Aa
#297a0a on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#297a0a on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green47.8%
Blue3.9%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow91.8%
Key (black)52.2%
Color previews
#297a0a text on a black background
contrast 3.88:1
Card sample
#297a0a text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #297a0a;
Background color
Panel with #297a0a background
background-color: #297a0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #297a0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 122, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 122, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #297a0a; background: linear-gradient(135deg, #297a0a, #0A7A36);