HSL(129, 55%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,55%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 55%, 15%) | color: hsl(129, 55%, 15%) | |
| HEX | #113B18 | color: #113B18 | |
| RGB | rgb(17, 59, 24) | color: rgb(17, 59, 24) | |
| CMYK | cmyk(71%, 0%, 59%, 77%) | — | |
| HSV | hsv(130, 71%, 23%) | — | |
| HWB | hwb(130 7% 77%) | color: hwb(130 7% 77%) | |
| OKLCH | oklch(0.3133 0.076 146.56) | color: oklch(0.3133 0.076 146.56) | |
| Lab | lab(21.26 -23.48 17.38) | color: lab(21.26 -23.48 17.38) | |
| LCH | lch(21.26 29.21 143.49) | color: lch(21.26 29.21 143.49) |
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)
#232420 — rgb(35, 36, 32)
Deuteranopia (Green-blind)
#211E23 — rgb(33, 30, 35)
Tritanopia (Blue-blind)
#132729 — rgb(19, 39, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 55%, 15%);
text
color: hsl(129, 55%, 15%);
border
border: 2px solid hsl(129, 55%, 15%);
gradient light
background: linear-gradient(to right, hsl(129, 55%, 35%), hsl(129, 55%, 15%));
gradient dark
background: linear-gradient(to right, hsl(129, 55%, 15%), hsl(129, 55%, 0%))
hex
background-color: #113B18;
tailwind
bg-[hsl(129,55%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 55%, 15%, 0.4);
css variable
--color-primary: hsl(129, 55%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 55%, 15%)?
HEX: #113B18 | RGB: rgb(17, 59, 24) | CMYK: 71%, 0%, 59%, 77% | HSV: 130°, 71%, 23%. Copy any format from the conversion table above.
What colors go well with #113B18?
The complementary color is HSL(309, 55%, 15%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 55%, 15%) in CSS?
As HSL: color: hsl(129, 55%, 15%); — As HEX: color: #113B18; — As RGB: color: rgb(17, 59, 24); — Tailwind CSS: bg-[hsl(129,55%,15%)] — CSS variable: --color-primary: hsl(129, 55%, 15%);