#2a9727
a dark, vivid green · cool · closest name: forestgreen
RGB
42, 151, 39
HSL
118°, 59%, 37%
CMYK
72, 0, 74, 41
Luminance
0.2277
Every format
| HEX | #2a9727 |
| RGB | rgb(42, 151, 39) |
| HSL | hsl(118, 59%, 37%) |
| CMYK | cmyk(72%, 0%, 74%, 41%) |
| LAB | lab(54.8 -51.8 47.5) |
| LCH | lch(54.8 70.3 137.5) |
| OKLCH | oklch(0.594 0.177 142.6) |
Copy-ready code
/* CSS */
color: #2a9727;
background-color: #2a9727;
/* Tailwind (arbitrary) */
class="text-[#2a9727] bg-[#2a9727]"
/* SCSS */
$brand: #2a9727;
/* SwiftUI */
Color(red: 0.165, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#2a9727")Accessibility — WCAG contrast
Aa
#2a9727 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2a9727 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green59.2%
Blue15.3%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow74.2%
Key (black)40.8%
Color previews
#2a9727 text on a black background
contrast 5.55:1
Card sample
#2a9727 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a9727;
Background color
Panel with #2a9727 background
background-color: #2a9727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a9727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a9727; background: linear-gradient(135deg, #2a9727, #27976F);