#1f7014
a dark, vivid green · cool · closest name: forestgreen
RGB
31, 112, 20
HSL
113°, 70%, 26%
CMYK
72, 0, 82, 56
Luminance
0.1193
Every format
| HEX | #1f7014 |
| RGB | rgb(31, 112, 20) |
| HSL | hsl(113, 70%, 26%) |
| CMYK | cmyk(72%, 0%, 82%, 56%) |
| LAB | lab(41.1 -41.8 40.7) |
| LCH | lch(41.1 58.4 135.8) |
| OKLCH | oklch(0.479 0.146 141.5) |
Copy-ready code
/* CSS */
color: #1f7014;
background-color: #1f7014;
/* Tailwind (arbitrary) */
class="text-[#1f7014] bg-[#1f7014]"
/* SCSS */
$brand: #1f7014;
/* SwiftUI */
Color(red: 0.122, green: 0.439, blue: 0.078)
/* Android */
Color.parseColor("#1f7014")Accessibility — WCAG contrast
Aa
#1f7014 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f7014 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green43.9%
Blue7.8%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow82.1%
Key (black)56.1%
Color previews
#1f7014 text on a black background
contrast 3.39:1
Card sample
#1f7014 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f7014;
Background color
Panel with #1f7014 background
background-color: #1f7014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f7014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 112, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 112, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f7014; background: linear-gradient(135deg, #1f7014, #147046);