#44a720
a dark, vivid green · cool · closest name: forestgreen
RGB
68, 167, 32
HSL
104°, 68%, 39%
CMYK
59, 0, 81, 35
Luminance
0.2897
Every format
| HEX | #44a720 |
| RGB | rgb(68, 167, 32) |
| HSL | hsl(104, 68%, 39%) |
| CMYK | cmyk(59%, 0%, 81%, 35%) |
| LAB | lab(60.8 -52.1 55.9) |
| LCH | lch(60.8 76.4 133.0) |
| OKLCH | oklch(0.644 0.190 139.2) |
Copy-ready code
/* CSS */
color: #44a720;
background-color: #44a720;
/* Tailwind (arbitrary) */
class="text-[#44a720] bg-[#44a720]"
/* SCSS */
$brand: #44a720;
/* SwiftUI */
Color(red: 0.267, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#44a720")Accessibility — WCAG contrast
Aa
#44a720 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44a720 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green65.5%
Blue12.5%
CMYK percentages
Cyan59.3%
Magenta0.0%
Yellow80.8%
Key (black)34.5%
Color previews
#44a720 text on a black background
contrast 6.79:1
Card sample
#44a720 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44a720;
Background color
Panel with #44a720 background
background-color: #44a720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44a720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44a720; background: linear-gradient(135deg, #44a720, #20A756);