#2a7f13
a dark, vivid green · cool · closest name: forestgreen
RGB
42, 127, 19
HSL
107°, 74%, 29%
CMYK
67, 0, 85, 50
Luminance
0.1572
Every format
| HEX | #2a7f13 |
| RGB | rgb(42, 127, 19) |
| HSL | hsl(107, 74%, 29%) |
| CMYK | cmyk(67%, 0%, 85%, 50%) |
| LAB | lab(46.6 -44.8 46.3) |
| LCH | lch(46.6 64.4 134.1) |
| OKLCH | oklch(0.525 0.160 140.3) |
Copy-ready code
/* CSS */
color: #2a7f13;
background-color: #2a7f13;
/* Tailwind (arbitrary) */
class="text-[#2a7f13] bg-[#2a7f13]"
/* SCSS */
$brand: #2a7f13;
/* SwiftUI */
Color(red: 0.165, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#2a7f13")Accessibility — WCAG contrast
Aa
#2a7f13 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2a7f13 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green49.8%
Blue7.5%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow85.0%
Key (black)50.2%
Color previews
#2a7f13 text on a black background
contrast 4.14:1
Card sample
#2a7f13 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a7f13;
Background color
Panel with #2a7f13 background
background-color: #2a7f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a7f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a7f13; background: linear-gradient(135deg, #2a7f13, #137F44);