#2f601a
a deep, vivid green · cool · closest name: seagreen
RGB
47, 96, 26
HSL
102°, 57%, 24%
CMYK
51, 0, 73, 62
Luminance
0.0904
Every format
| HEX | #2f601a |
| RGB | rgb(47, 96, 26) |
| HSL | hsl(102, 57%, 24%) |
| CMYK | cmyk(51%, 0%, 73%, 62%) |
| LAB | lab(36.1 -30.6 33.5) |
| LCH | lch(36.1 45.3 132.4) |
| OKLCH | oklch(0.439 0.114 137.8) |
Copy-ready code
/* CSS */
color: #2f601a;
background-color: #2f601a;
/* Tailwind (arbitrary) */
class="text-[#2f601a] bg-[#2f601a]"
/* SCSS */
$brand: #2f601a;
/* SwiftUI */
Color(red: 0.184, green: 0.376, blue: 0.102)
/* Android */
Color.parseColor("#2f601a")Accessibility — WCAG contrast
Aa
#2f601a on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f601a on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green37.6%
Blue10.2%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow72.9%
Key (black)62.4%
Color previews
#2f601a text on a black background
contrast 2.81:1
Card sample
#2f601a text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f601a;
Background color
Panel with #2f601a background
background-color: #2f601a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f601a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 96, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 96, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f601a; background: linear-gradient(135deg, #2f601a, #1A6034);