HSL(127, 72%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,72%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 72%, 20%) | color: hsl(127, 72%, 20%) | |
| HEX | #0E5817 | color: #0E5817 | |
| RGB | rgb(14, 88, 23) | color: rgb(14, 88, 23) | |
| CMYK | cmyk(84%, 0%, 74%, 65%) | — | |
| HSV | hsv(127, 84%, 35%) | — | |
| HWB | hwb(127 6% 65%) | color: hwb(127 6% 65%) | |
| OKLCH | oklch(0.4029 0.1197 144.41) | color: oklch(0.4029 0.1197 144.41) | |
| Lab | lab(32.11 -36.03 30.3) | color: lab(32.11 -36.03 30.3) | |
| LCH | lch(32.11 47.08 139.94) | color: lch(32.11 47.08 139.94) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#2E2F27 — rgb(46, 47, 39)
Deuteranopia (Green-blind)
#2A242B — rgb(42, 36, 43)
Tritanopia (Blue-blind)
#123336 — rgb(18, 51, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 72%, 20%);
text
color: hsl(127, 72%, 20%);
border
border: 2px solid hsl(127, 72%, 20%);
gradient light
background: linear-gradient(to right, hsl(127, 72%, 40%), hsl(127, 72%, 20%));
gradient dark
background: linear-gradient(to right, hsl(127, 72%, 20%), hsl(127, 72%, 0%))
hex
background-color: #0E5817;
tailwind
bg-[hsl(127,72%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 72%, 20%, 0.4);
css variable
--color-primary: hsl(127, 72%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 72%, 20%)?
HEX: #0E5817 | RGB: rgb(14, 88, 23) | CMYK: 84%, 0%, 74%, 65% | HSV: 127°, 84%, 35%. Copy any format from the conversion table above.
What colors go well with #0E5817?
The complementary color is HSL(307, 72%, 20%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 72%, 20%) in CSS?
As HSL: color: hsl(127, 72%, 20%); — As HEX: color: #0E5817; — As RGB: color: rgb(14, 88, 23); — Tailwind CSS: bg-[hsl(127,72%,20%)] — CSS variable: --color-primary: hsl(127, 72%, 20%);