#339727
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 151, 39
HSL
114°, 59%, 37%
CMYK
66, 0, 74, 41
Luminance
0.2298
Every format
| HEX | #339727 |
| RGB | rgb(51, 151, 39) |
| HSL | hsl(114, 59%, 37%) |
| CMYK | cmyk(66%, 0%, 74%, 41%) |
| LAB | lab(55.0 -50.0 47.8) |
| LCH | lch(55.0 69.2 136.3) |
| OKLCH | oklch(0.596 0.174 141.6) |
Copy-ready code
/* CSS */
color: #339727;
background-color: #339727;
/* Tailwind (arbitrary) */
class="text-[#339727] bg-[#339727]"
/* SCSS */
$brand: #339727;
/* SwiftUI */
Color(red: 0.200, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#339727")Accessibility — WCAG contrast
Aa
#339727 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#339727 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green59.2%
Blue15.3%
CMYK percentages
Cyan66.2%
Magenta0.0%
Yellow74.2%
Key (black)40.8%
Color previews
#339727 text on a black background
contrast 5.60:1
Card sample
#339727 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #339727;
Background color
Panel with #339727 background
background-color: #339727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #339727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #339727; background: linear-gradient(135deg, #339727, #279766);