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