HSL(115, 80%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,80%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 80%, 19%) | color: hsl(115, 80%, 19%) | |
| HEX | #10570A | color: #10570A | |
| RGB | rgb(16, 87, 10) | color: rgb(16, 87, 10) | |
| CMYK | cmyk(82%, 0%, 89%, 66%) | — | |
| HSV | hsv(115, 89%, 34%) | — | |
| HWB | hwb(115 4% 66%) | color: hwb(115 4% 66%) | |
| OKLCH | oklch(0.3992 0.1259 142.02) | color: oklch(0.3992 0.1259 142.02) | |
| Lab | lab(31.69 -36.46 34.99) | color: lab(31.69 -36.46 34.99) | |
| LCH | lch(31.69 50.53 136.18) | color: lch(31.69 50.53 136.18) |
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)
#2F2F1D — rgb(47, 47, 29)
Deuteranopia (Green-blind)
#2B2521 — rgb(43, 37, 33)
Tritanopia (Blue-blind)
#142B2F — rgb(20, 43, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 80%, 19%);
text
color: hsl(115, 80%, 19%);
border
border: 2px solid hsl(115, 80%, 19%);
gradient light
background: linear-gradient(to right, hsl(115, 80%, 39%), hsl(115, 80%, 19%));
gradient dark
background: linear-gradient(to right, hsl(115, 80%, 19%), hsl(115, 80%, 0%))
hex
background-color: #10570A;
tailwind
bg-[hsl(115,80%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 80%, 19%, 0.4);
css variable
--color-primary: hsl(115, 80%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 80%, 19%)?
HEX: #10570A | RGB: rgb(16, 87, 10) | CMYK: 82%, 0%, 89%, 66% | HSV: 115°, 89%, 34%. Copy any format from the conversion table above.
What colors go well with #10570A?
The complementary color is HSL(295, 80%, 19%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 80%, 19%) in CSS?
As HSL: color: hsl(115, 80%, 19%); — As HEX: color: #10570A; — As RGB: color: rgb(16, 87, 10); — Tailwind CSS: bg-[hsl(115,80%,19%)] — CSS variable: --color-primary: hsl(115, 80%, 19%);