#337913
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 121, 19
HSL
101°, 73%, 28%
CMYK
58, 0, 84, 53
Luminance
0.1443
Every format
| HEX | #337913 |
| RGB | rgb(51, 121, 19) |
| HSL | hsl(101, 73%, 28%) |
| CMYK | cmyk(58%, 0%, 84%, 53%) |
| LAB | lab(44.8 -40.2 44.7) |
| LCH | lch(44.8 60.2 132.0) |
| OKLCH | oklch(0.511 0.149 138.4) |
Copy-ready code
/* CSS */
color: #337913;
background-color: #337913;
/* Tailwind (arbitrary) */
class="text-[#337913] bg-[#337913]"
/* SCSS */
$brand: #337913;
/* SwiftUI */
Color(red: 0.200, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#337913")Accessibility — WCAG contrast
Aa
#337913 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337913 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green47.5%
Blue7.5%
CMYK percentages
Cyan57.9%
Magenta0.0%
Yellow84.3%
Key (black)52.5%
Color previews
#337913 text on a black background
contrast 3.89:1
Card sample
#337913 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337913;
Background color
Panel with #337913 background
background-color: #337913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337913; background: linear-gradient(135deg, #337913, #137937);