#1f7a1f
a dark, vivid green · cool · closest name: forestgreen
RGB
31, 122, 31
HSL
120°, 60%, 30%
CMYK
75, 0, 75, 52
Luminance
0.1431
Every format
| HEX | #1f7a1f |
| RGB | rgb(31, 122, 31) |
| HSL | hsl(120, 60%, 30%) |
| CMYK | cmyk(75%, 0%, 75%, 52%) |
| LAB | lab(44.7 -44.5 40.1) |
| LCH | lch(44.7 59.9 138.0) |
| OKLCH | oklch(0.508 0.151 142.9) |
Copy-ready code
/* CSS */
color: #1f7a1f;
background-color: #1f7a1f;
/* Tailwind (arbitrary) */
class="text-[#1f7a1f] bg-[#1f7a1f]"
/* SCSS */
$brand: #1f7a1f;
/* SwiftUI */
Color(red: 0.122, green: 0.478, blue: 0.122)
/* Android */
Color.parseColor("#1f7a1f")Accessibility — WCAG contrast
Aa
#1f7a1f on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f7a1f on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green47.8%
Blue12.2%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow74.6%
Key (black)52.2%
Color previews
#1f7a1f text on a black background
contrast 3.86:1
Card sample
#1f7a1f text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f7a1f;
Background color
Panel with #1f7a1f background
background-color: #1f7a1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f7a1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 122, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 122, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f7a1f; background: linear-gradient(135deg, #1f7a1f, #1F7A5C);