#449f2c
a dark, vivid green · cool · closest name: forestgreen
RGB
68, 159, 44
HSL
108°, 57%, 40%
CMYK
57, 0, 72, 38
Luminance
0.2621
Every format
| HEX | #449f2c |
| RGB | rgb(68, 159, 44) |
| HSL | hsl(108, 57%, 40%) |
| CMYK | cmyk(57%, 0%, 72%, 38%) |
| LAB | lab(58.2 -48.4 49.3) |
| LCH | lch(58.2 69.0 134.5) |
| OKLCH | oklch(0.624 0.174 139.9) |
Copy-ready code
/* CSS */
color: #449f2c;
background-color: #449f2c;
/* Tailwind (arbitrary) */
class="text-[#449f2c] bg-[#449f2c]"
/* SCSS */
$brand: #449f2c;
/* SwiftUI */
Color(red: 0.267, green: 0.624, blue: 0.173)
/* Android */
Color.parseColor("#449f2c")Accessibility — WCAG contrast
Aa
#449f2c on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449f2c on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green62.4%
Blue17.3%
CMYK percentages
Cyan57.2%
Magenta0.0%
Yellow72.3%
Key (black)37.6%
Color previews
#449f2c text on a black background
contrast 6.24:1
Card sample
#449f2c text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449f2c;
Background color
Panel with #449f2c background
background-color: #449f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 159, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 159, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449f2c; background: linear-gradient(135deg, #449f2c, #2C9F61);