#297239
a dark, vivid green · cool · closest name: seagreen
RGB
41, 114, 57
HSL
133°, 47%, 30%
CMYK
64, 0, 50, 55
Luminance
0.1280
Every format
| HEX | #297239 |
| RGB | rgb(41, 114, 57) |
| HSL | hsl(133, 47%, 30%) |
| CMYK | cmyk(64%, 0%, 50%, 55%) |
| LAB | lab(42.5 -35.9 25.0) |
| LCH | lch(42.5 43.7 145.2) |
| OKLCH | oklch(0.492 0.115 147.9) |
Copy-ready code
/* CSS */
color: #297239;
background-color: #297239;
/* Tailwind (arbitrary) */
class="text-[#297239] bg-[#297239]"
/* SCSS */
$brand: #297239;
/* SwiftUI */
Color(red: 0.161, green: 0.447, blue: 0.224)
/* Android */
Color.parseColor("#297239")Accessibility — WCAG contrast
Aa
#297239 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#297239 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green44.7%
Blue22.4%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow50.0%
Key (black)55.3%
Color previews
#297239 text on a black background
contrast 3.56:1
Card sample
#297239 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #297239;
Background color
Panel with #297239 background
background-color: #297239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #297239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 114, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 114, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #297239; background: linear-gradient(135deg, #297239, #29726A);