#1f6513
a deep, vivid green · cool · closest name: forestgreen
RGB
31, 101, 19
HSL
111°, 68%, 24%
CMYK
69, 0, 81, 60
Luminance
0.0965
Every format
| HEX | #1f6513 |
| RGB | rgb(31, 101, 19) |
| HSL | hsl(111, 68%, 24%) |
| CMYK | cmyk(69%, 0%, 81%, 60%) |
| LAB | lab(37.2 -37.9 37.3) |
| LCH | lch(37.2 53.1 135.4) |
| OKLCH | oklch(0.446 0.133 141.1) |
Copy-ready code
/* CSS */
color: #1f6513;
background-color: #1f6513;
/* Tailwind (arbitrary) */
class="text-[#1f6513] bg-[#1f6513]"
/* SCSS */
$brand: #1f6513;
/* SwiftUI */
Color(red: 0.122, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#1f6513")Accessibility — WCAG contrast
Aa
#1f6513 on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f6513 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green39.6%
Blue7.5%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow81.2%
Key (black)60.4%
Color previews
#1f6513 text on a black background
contrast 2.93:1
Card sample
#1f6513 text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f6513;
Background color
Panel with #1f6513 background
background-color: #1f6513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f6513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f6513; background: linear-gradient(135deg, #1f6513, #13653E);