#297033
a dark, vivid green · cool · closest name: seagreen
RGB
41, 112, 51
HSL
129°, 46%, 30%
CMYK
63, 0, 55, 56
Luminance
0.1230
Every format
| HEX | #297033 |
| RGB | rgb(41, 112, 51) |
| HSL | hsl(129, 46%, 30%) |
| CMYK | cmyk(63%, 0%, 55%, 56%) |
| LAB | lab(41.7 -36.1 27.3) |
| LCH | lch(41.7 45.2 142.9) |
| OKLCH | oklch(0.485 0.118 146.1) |
Copy-ready code
/* CSS */
color: #297033;
background-color: #297033;
/* Tailwind (arbitrary) */
class="text-[#297033] bg-[#297033]"
/* SCSS */
$brand: #297033;
/* SwiftUI */
Color(red: 0.161, green: 0.439, blue: 0.200)
/* Android */
Color.parseColor("#297033")Accessibility — WCAG contrast
Aa
#297033 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#297033 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green43.9%
Blue20.0%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow54.5%
Key (black)56.1%
Color previews
#297033 text on a black background
contrast 3.46:1
Card sample
#297033 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #297033;
Background color
Panel with #297033 background
background-color: #297033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #297033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 112, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 112, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #297033; background: linear-gradient(135deg, #297033, #297062);