HSL(127, 72%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,72%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 72%, 24%) | color: hsl(127, 72%, 24%) | |
| HEX | #11691B | color: #11691B | |
| RGB | rgb(17, 105, 27) | color: rgb(17, 105, 27) | |
| CMYK | cmyk(84%, 0%, 74%, 59%) | — | |
| HSV | hsv(127, 84%, 41%) | — | |
| HWB | hwb(127 7% 59%) | color: hwb(127 7% 59%) | |
| OKLCH | oklch(0.4552 0.1374 144.19) | color: oklch(0.4552 0.1374 144.19) | |
| Lab | lab(38.38 -41.22 35.17) | color: lab(38.38 -41.22 35.17) | |
| LCH | lch(38.38 54.19 139.53) | color: lch(38.38 54.19 139.53) |
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)
#37382E — rgb(55, 56, 46)
Deuteranopia (Green-blind)
#322B32 — rgb(50, 43, 50)
Tritanopia (Blue-blind)
#153D40 — rgb(21, 61, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 72%, 24%);
text
color: hsl(127, 72%, 24%);
border
border: 2px solid hsl(127, 72%, 24%);
gradient light
background: linear-gradient(to right, hsl(127, 72%, 44%), hsl(127, 72%, 24%));
gradient dark
background: linear-gradient(to right, hsl(127, 72%, 24%), hsl(127, 72%, 4%))
hex
background-color: #11691B;
tailwind
bg-[hsl(127,72%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 72%, 24%, 0.4);
css variable
--color-primary: hsl(127, 72%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 72%, 24%)?
HEX: #11691B | RGB: rgb(17, 105, 27) | CMYK: 84%, 0%, 74%, 59% | HSV: 127°, 84%, 41%. Copy any format from the conversion table above.
What colors go well with #11691B?
The complementary color is HSL(307, 72%, 24%). 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%, 24%) in CSS?
As HSL: color: hsl(127, 72%, 24%); — As HEX: color: #11691B; — As RGB: color: rgb(17, 105, 27); — Tailwind CSS: bg-[hsl(127,72%,24%)] — CSS variable: --color-primary: hsl(127, 72%, 24%);