#136a13
a deep, vivid green · cool · closest name: forestgreen
RGB
19, 106, 19
HSL
120°, 70%, 25%
CMYK
82, 0, 82, 58
Luminance
0.1049
Every format
| HEX | #136a13 |
| RGB | rgb(19, 106, 19) |
| HSL | hsl(120, 70%, 25%) |
| CMYK | cmyk(82%, 0%, 82%, 58%) |
| LAB | lab(38.7 -42.0 38.6) |
| LCH | lch(38.7 57.1 137.4) |
| OKLCH | oklch(0.458 0.143 142.8) |
Copy-ready code
/* CSS */
color: #136a13;
background-color: #136a13;
/* Tailwind (arbitrary) */
class="text-[#136a13] bg-[#136a13]"
/* SCSS */
$brand: #136a13;
/* SwiftUI */
Color(red: 0.075, green: 0.416, blue: 0.075)
/* Android */
Color.parseColor("#136a13")Accessibility — WCAG contrast
Aa
#136a13 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136a13 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.6%
Blue7.5%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow82.1%
Key (black)58.4%
Color previews
#136a13 text on a black background
contrast 3.10:1
Card sample
#136a13 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136a13;
Background color
Panel with #136a13 background
background-color: #136a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 106, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 106, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136a13; background: linear-gradient(135deg, #136a13, #136A4D);