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