#449922
a dark, vivid green · cool · closest name: forestgreen
RGB
68, 153, 34
HSL
103°, 64%, 37%
CMYK
56, 0, 78, 40
Luminance
0.2413
Every format
| HEX | #449922 |
| RGB | rgb(68, 153, 34) |
| HSL | hsl(103, 64%, 37%) |
| CMYK | cmyk(56%, 0%, 78%, 40%) |
| LAB | lab(56.2 -46.8 50.9) |
| LCH | lch(56.2 69.2 132.6) |
| OKLCH | oklch(0.607 0.172 138.6) |
Copy-ready code
/* CSS */
color: #449922;
background-color: #449922;
/* Tailwind (arbitrary) */
class="text-[#449922] bg-[#449922]"
/* SCSS */
$brand: #449922;
/* SwiftUI */
Color(red: 0.267, green: 0.600, blue: 0.133)
/* Android */
Color.parseColor("#449922")Accessibility — WCAG contrast
Aa
#449922 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449922 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.0%
Blue13.3%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow77.8%
Key (black)40.0%
Color previews
#449922 text on a black background
contrast 5.83:1
Card sample
#449922 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449922;
Background color
Panel with #449922 background
background-color: #449922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 153, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 153, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449922; background: linear-gradient(135deg, #449922, #22994F);