HSL(128, 26%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,26%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 26%, 47%) | color: hsl(128, 26%, 47%) | |
| HEX | #599761 | color: #599761 | |
| RGB | rgb(89, 151, 97) | color: rgb(89, 151, 97) | |
| CMYK | cmyk(41%, 0%, 36%, 41%) | — | |
| HSV | hsv(128, 41%, 59%) | — | |
| HWB | hwb(128 35% 41%) | color: hwb(128 35% 41%) | |
| OKLCH | oklch(0.6198 0.1033 147.22) | color: oklch(0.6198 0.1033 147.22) | |
| Lab | lab(57.19 -31.88 22.35) | color: lab(57.19 -31.88 22.35) | |
| LCH | lch(57.19 38.93 144.97) | color: lch(57.19 38.93 144.97) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#74746E — rgb(116, 116, 110)
Deuteranopia (Green-blind)
#706C71 — rgb(112, 108, 113)
Tritanopia (Blue-blind)
#5C787B — rgb(92, 120, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 26%, 47%);
text
color: hsl(128, 26%, 47%);
border
border: 2px solid hsl(128, 26%, 47%);
gradient light
background: linear-gradient(to right, hsl(128, 26%, 67%), hsl(128, 26%, 47%));
gradient dark
background: linear-gradient(to right, hsl(128, 26%, 47%), hsl(128, 26%, 27%))
hex
background-color: #599761;
tailwind
bg-[hsl(128,26%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 26%, 47%, 0.4);
css variable
--color-primary: hsl(128, 26%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 26%, 47%)?
HEX: #599761 | RGB: rgb(89, 151, 97) | CMYK: 41%, 0%, 36%, 41% | HSV: 128°, 41%, 59%. Copy any format from the conversion table above.
What colors go well with #599761?
The complementary color is HSL(308, 26%, 47%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 26%, 47%) in CSS?
As HSL: color: hsl(128, 26%, 47%); — As HEX: color: #599761; — As RGB: color: rgb(89, 151, 97); — Tailwind CSS: bg-[hsl(128,26%,47%)] — CSS variable: --color-primary: hsl(128, 26%, 47%);