#12731b
a dark, vivid green · cool · closest name: forestgreen
RGB
18, 115, 27
HSL
126°, 73%, 26%
CMYK
84, 0, 77, 55
Luminance
0.1247
Every format
| HEX | #12731b |
| RGB | rgb(18, 115, 27) |
| HSL | hsl(126, 73%, 26%) |
| CMYK | cmyk(84%, 0%, 77%, 55%) |
| LAB | lab(42.0 -44.5 38.9) |
| LCH | lch(42.0 59.1 138.9) |
| OKLCH | oklch(0.485 0.149 143.8) |
Copy-ready code
/* CSS */
color: #12731b;
background-color: #12731b;
/* Tailwind (arbitrary) */
class="text-[#12731b] bg-[#12731b]"
/* SCSS */
$brand: #12731b;
/* SwiftUI */
Color(red: 0.071, green: 0.451, blue: 0.106)
/* Android */
Color.parseColor("#12731b")Accessibility — WCAG contrast
Aa
#12731b on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#12731b on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green45.1%
Blue10.6%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow76.5%
Key (black)54.9%
Color previews
#12731b text on a black background
contrast 3.49:1
Card sample
#12731b text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12731b;
Background color
Panel with #12731b background
background-color: #12731b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12731b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 115, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 115, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12731b; background: linear-gradient(135deg, #12731b, #12735C);