HSL(112, 51%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,51%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 51%, 33%) | color: hsl(112, 51%, 33%) | |
| HEX | #357F29 | color: #357F29 | |
| RGB | rgb(53, 127, 41) | color: rgb(53, 127, 41) | |
| CMYK | cmyk(58%, 0%, 68%, 50%) | — | |
| HSV | hsv(112, 68%, 50%) | — | |
| HWB | hwb(112 16% 50%) | color: hwb(112 16% 50%) | |
| OKLCH | oklch(0.5305 0.1417 141.01) | color: oklch(0.5305 0.1417 141.01) | |
| Lab | lab(47.1 -40.28 38.61) | color: lab(47.1 -40.28 38.61) | |
| LCH | lch(47.1 55.8 136.21) | color: lch(47.1 55.8 136.21) |
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)
#55563E — rgb(85, 86, 62)
Deuteranopia (Green-blind)
#514B43 — rgb(81, 75, 67)
Tritanopia (Blue-blind)
#394E52 — rgb(57, 78, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 51%, 33%);
text
color: hsl(112, 51%, 33%);
border
border: 2px solid hsl(112, 51%, 33%);
gradient light
background: linear-gradient(to right, hsl(112, 51%, 53%), hsl(112, 51%, 33%));
gradient dark
background: linear-gradient(to right, hsl(112, 51%, 33%), hsl(112, 51%, 13%))
hex
background-color: #357F29;
tailwind
bg-[hsl(112,51%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 51%, 33%, 0.4);
css variable
--color-primary: hsl(112, 51%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 51%, 33%)?
HEX: #357F29 | RGB: rgb(53, 127, 41) | CMYK: 58%, 0%, 68%, 50% | HSV: 112°, 68%, 50%. Copy any format from the conversion table above.
What colors go well with #357F29?
The complementary color is HSL(292, 51%, 33%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 51%, 33%) in CSS?
As HSL: color: hsl(112, 51%, 33%); — As HEX: color: #357F29; — As RGB: color: rgb(53, 127, 41); — Tailwind CSS: bg-[hsl(112,51%,33%)] — CSS variable: --color-primary: hsl(112, 51%, 33%);