HSL(127, 75%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,75%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 75%, 22%) | color: hsl(127, 75%, 22%) | |
| HEX | #0E6218 | color: #0E6218 | |
| RGB | rgb(14, 98, 24) | color: rgb(14, 98, 24) | |
| CMYK | cmyk(86%, 0%, 76%, 62%) | — | |
| HSV | hsv(127, 86%, 38%) | — | |
| HWB | hwb(127 5% 62%) | color: hwb(127 5% 62%) | |
| OKLCH | oklch(0.4334 0.1316 144.2) | color: oklch(0.4334 0.1316 144.2) | |
| Lab | lab(35.78 -39.49 33.73) | color: lab(35.78 -39.49 33.73) | |
| LCH | lch(35.78 51.93 139.5) | color: lch(35.78 51.93 139.5) |
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)
#32332A — rgb(50, 51, 42)
Deuteranopia (Green-blind)
#2E272E — rgb(46, 39, 46)
Tritanopia (Blue-blind)
#12383B — rgb(18, 56, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 75%, 22%);
text
color: hsl(127, 75%, 22%);
border
border: 2px solid hsl(127, 75%, 22%);
gradient light
background: linear-gradient(to right, hsl(127, 75%, 42%), hsl(127, 75%, 22%));
gradient dark
background: linear-gradient(to right, hsl(127, 75%, 22%), hsl(127, 75%, 2%))
hex
background-color: #0E6218;
tailwind
bg-[hsl(127,75%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 75%, 22%, 0.4);
css variable
--color-primary: hsl(127, 75%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 75%, 22%)?
HEX: #0E6218 | RGB: rgb(14, 98, 24) | CMYK: 86%, 0%, 76%, 62% | HSV: 127°, 86%, 38%. Copy any format from the conversion table above.
What colors go well with #0E6218?
The complementary color is HSL(307, 75%, 22%). 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, 75%, 22%) in CSS?
As HSL: color: hsl(127, 75%, 22%); — As HEX: color: #0E6218; — As RGB: color: rgb(14, 98, 24); — Tailwind CSS: bg-[hsl(127,75%,22%)] — CSS variable: --color-primary: hsl(127, 75%, 22%);