#007722
a deep, electric green · cool · closest name: forestgreen
RGB
0, 119, 34
HSL
137°, 100%, 23%
CMYK
100, 0, 71, 53
Luminance
0.1331
Every format
| HEX | #007722 |
| RGB | rgb(0, 119, 34) |
| HSL | hsl(137, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 71%, 53%) |
| LAB | lab(43.2 -46.9 37.2) |
| LCH | lch(43.2 59.8 141.5) |
| OKLCH | oklch(0.495 0.152 145.8) |
Copy-ready code
/* CSS */
color: #007722;
background-color: #007722;
/* Tailwind (arbitrary) */
class="text-[#007722] bg-[#007722]"
/* SCSS */
$brand: #007722;
/* SwiftUI */
Color(red: 0.000, green: 0.467, blue: 0.133)
/* Android */
Color.parseColor("#007722")Accessibility — WCAG contrast
Aa
#007722 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007722 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.7%
Blue13.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow71.4%
Key (black)53.3%
Color previews
#007722 text on a black background
contrast 3.66:1
Card sample
#007722 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007722;
Background color
Panel with #007722 background
background-color: #007722;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007722;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 119, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 119, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007722; background: linear-gradient(135deg, #007722, #007771);