#33701f
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 112, 31
HSL
105°, 57%, 28%
CMYK
55, 0, 72, 56
Luminance
0.1239
Every format
| HEX | #33701f |
| RGB | rgb(51, 112, 31) |
| HSL | hsl(105, 57%, 28%) |
| CMYK | cmyk(55%, 0%, 72%, 56%) |
| LAB | lab(41.8 -35.7 37.4) |
| LCH | lch(41.8 51.7 133.7) |
| OKLCH | oklch(0.487 0.130 139.1) |
Copy-ready code
/* CSS */
color: #33701f;
background-color: #33701f;
/* Tailwind (arbitrary) */
class="text-[#33701f] bg-[#33701f]"
/* SCSS */
$brand: #33701f;
/* SwiftUI */
Color(red: 0.200, green: 0.439, blue: 0.122)
/* Android */
Color.parseColor("#33701f")Accessibility — WCAG contrast
Aa
#33701f on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#33701f on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green43.9%
Blue12.2%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow72.3%
Key (black)56.1%
Color previews
#33701f text on a black background
contrast 3.48:1
Card sample
#33701f text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33701f;
Background color
Panel with #33701f background
background-color: #33701f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33701f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 112, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 112, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33701f; background: linear-gradient(135deg, #33701f, #1F7041);