HSL(131, 97%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,97%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 97%, 17%) | color: hsl(131, 97%, 17%) | |
| HEX | #015511 | color: #015511 | |
| RGB | rgb(1, 85, 17) | color: rgb(1, 85, 17) | |
| CMYK | cmyk(99%, 0%, 80%, 67%) | — | |
| HSV | hsv(131, 99%, 33%) | — | |
| HWB | hwb(131 0% 67%) | color: hwb(131 0% 67%) | |
| OKLCH | oklch(0.3908 0.1233 144.7) | color: oklch(0.3908 0.1233 144.7) | |
| Lab | lab(30.74 -37.35 31.44) | color: lab(30.74 -37.35 31.44) | |
| LCH | lch(30.74 48.82 139.91) | color: lch(30.74 48.82 139.91) |
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)
#252621 — rgb(37, 38, 33)
Deuteranopia (Green-blind)
#211A25 — rgb(33, 26, 37)
Tritanopia (Blue-blind)
#052E31 — rgb(5, 46, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 97%, 17%);
text
color: hsl(131, 97%, 17%);
border
border: 2px solid hsl(131, 97%, 17%);
gradient light
background: linear-gradient(to right, hsl(131, 97%, 37%), hsl(131, 97%, 17%));
gradient dark
background: linear-gradient(to right, hsl(131, 97%, 17%), hsl(131, 97%, 0%))
hex
background-color: #015511;
tailwind
bg-[hsl(131,97%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 97%, 17%, 0.4);
css variable
--color-primary: hsl(131, 97%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 97%, 17%)?
HEX: #015511 | RGB: rgb(1, 85, 17) | CMYK: 99%, 0%, 80%, 67% | HSV: 131°, 99%, 33%. Copy any format from the conversion table above.
What colors go well with #015511?
The complementary color is HSL(311, 97%, 17%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 97%, 17%) in CSS?
As HSL: color: hsl(131, 97%, 17%); — As HEX: color: #015511; — As RGB: color: rgb(1, 85, 17); — Tailwind CSS: bg-[hsl(131,97%,17%)] — CSS variable: --color-primary: hsl(131, 97%, 17%);