#137125
a dark, vivid green · cool · closest name: forestgreen
RGB
19, 113, 37
HSL
132°, 71%, 26%
CMYK
83, 0, 67, 56
Luminance
0.1208
Every format
| HEX | #137125 |
| RGB | rgb(19, 113, 37) |
| HSL | hsl(132, 71%, 26%) |
| CMYK | cmyk(83%, 0%, 67%, 56%) |
| LAB | lab(41.4 -42.6 33.9) |
| LCH | lch(41.4 54.4 141.5) |
| OKLCH | oklch(0.480 0.139 145.5) |
Copy-ready code
/* CSS */
color: #137125;
background-color: #137125;
/* Tailwind (arbitrary) */
class="text-[#137125] bg-[#137125]"
/* SCSS */
$brand: #137125;
/* SwiftUI */
Color(red: 0.075, green: 0.443, blue: 0.145)
/* Android */
Color.parseColor("#137125")Accessibility — WCAG contrast
Aa
#137125 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#137125 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green44.3%
Blue14.5%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow67.3%
Key (black)55.7%
Color previews
#137125 text on a black background
contrast 3.42:1
Card sample
#137125 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #137125;
Background color
Panel with #137125 background
background-color: #137125;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #137125;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 113, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 113, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #137125; background: linear-gradient(135deg, #137125, #137164);