HSL(69, 29%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,29%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 29%, 29%) | color: hsl(69, 29%, 29%) | |
| HEX | #595F35 | color: #595F35 | |
| RGB | rgb(89, 95, 53) | color: rgb(89, 95, 53) | |
| CMYK | cmyk(6%, 0%, 44%, 63%) | — | |
| HSV | hsv(69, 44%, 37%) | — | |
| HWB | hwb(69 21% 63%) | color: hwb(69 21% 63%) | |
| OKLCH | oklch(0.4693 0.0625 115.51) | color: oklch(0.4693 0.0625 115.51) | |
| Lab | lab(38.84 -9.71 23.22) | color: lab(38.84 -9.71 23.22) | |
| LCH | lch(38.84 25.17 112.69) | color: lch(38.84 25.17 112.69) |
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)
#5C5C3F — rgb(92, 92, 63)
Deuteranopia (Green-blind)
#5B5B42 — rgb(91, 91, 66)
Tritanopia (Blue-blind)
#594749 — rgb(89, 71, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 29%, 29%);
text
color: hsl(69, 29%, 29%);
border
border: 2px solid hsl(69, 29%, 29%);
gradient light
background: linear-gradient(to right, hsl(69, 29%, 49%), hsl(69, 29%, 29%));
gradient dark
background: linear-gradient(to right, hsl(69, 29%, 29%), hsl(69, 29%, 9%))
hex
background-color: #595F35;
tailwind
bg-[hsl(69,29%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 29%, 29%, 0.4);
css variable
--color-primary: hsl(69, 29%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 29%, 29%)?
HEX: #595F35 | RGB: rgb(89, 95, 53) | CMYK: 6%, 0%, 44%, 63% | HSV: 69°, 44%, 37%. Copy any format from the conversion table above.
What colors go well with #595F35?
The complementary color is HSL(249, 29%, 29%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 29%, 29%) in CSS?
As HSL: color: hsl(69, 29%, 29%); — As HEX: color: #595F35; — As RGB: color: rgb(89, 95, 53); — Tailwind CSS: bg-[hsl(69,29%,29%)] — CSS variable: --color-primary: hsl(69, 29%, 29%);