#12732c
a dark, vivid green · cool · closest name: seagreen
RGB
18, 115, 44
HSL
136°, 73%, 26%
CMYK
84, 0, 62, 55
Luminance
0.1257
Every format
| HEX | #12732c |
| RGB | rgb(18, 115, 44) |
| HSL | hsl(136, 73%, 26%) |
| CMYK | cmyk(84%, 0%, 62%, 55%) |
| LAB | lab(42.1 -42.6 31.3) |
| LCH | lch(42.1 52.8 143.7) |
| OKLCH | oklch(0.487 0.136 147.1) |
Copy-ready code
/* CSS */
color: #12732c;
background-color: #12732c;
/* Tailwind (arbitrary) */
class="text-[#12732c] bg-[#12732c]"
/* SCSS */
$brand: #12732c;
/* SwiftUI */
Color(red: 0.071, green: 0.451, blue: 0.173)
/* Android */
Color.parseColor("#12732c")Accessibility — WCAG contrast
Aa
#12732c on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#12732c on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green45.1%
Blue17.3%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow61.7%
Key (black)54.9%
Color previews
#12732c text on a black background
contrast 3.51:1
Card sample
#12732c text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12732c;
Background color
Panel with #12732c background
background-color: #12732c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12732c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 115, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 115, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12732c; background: linear-gradient(135deg, #12732c, #12736D);