HSL(112, 30%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,30%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 30%, 44%) | color: hsl(112, 30%, 44%) | |
| HEX | #58924F | color: #58924F | |
| RGB | rgb(88, 146, 79) | color: rgb(88, 146, 79) | |
| CMYK | cmyk(40%, 0%, 46%, 43%) | — | |
| HSV | hsv(112, 46%, 57%) | — | |
| HWB | hwb(112 31% 43%) | color: hwb(112 31% 43%) | |
| OKLCH | oklch(0.6031 0.1151 141.09) | color: oklch(0.6031 0.1151 141.09) | |
| Lab | lab(55.27 -32.79 29.61) | color: lab(55.27 -32.79 29.61) | |
| LCH | lch(55.27 44.18 137.92) | color: lch(55.27 44.18 137.92) |
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)
#71725F — rgb(113, 114, 95)
Deuteranopia (Green-blind)
#6E6963 — rgb(110, 105, 99)
Tritanopia (Blue-blind)
#5B6C6F — rgb(91, 108, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 30%, 44%);
text
color: hsl(112, 30%, 44%);
border
border: 2px solid hsl(112, 30%, 44%);
gradient light
background: linear-gradient(to right, hsl(112, 30%, 64%), hsl(112, 30%, 44%));
gradient dark
background: linear-gradient(to right, hsl(112, 30%, 44%), hsl(112, 30%, 24%))
hex
background-color: #58924F;
tailwind
bg-[hsl(112,30%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 30%, 44%, 0.4);
css variable
--color-primary: hsl(112, 30%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 30%, 44%)?
HEX: #58924F | RGB: rgb(88, 146, 79) | CMYK: 40%, 0%, 46%, 43% | HSV: 112°, 46%, 57%. Copy any format from the conversion table above.
What colors go well with #58924F?
The complementary color is HSL(292, 30%, 44%). 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, 30%, 44%) in CSS?
As HSL: color: hsl(112, 30%, 44%); — As HEX: color: #58924F; — As RGB: color: rgb(88, 146, 79); — Tailwind CSS: bg-[hsl(112,30%,44%)] — CSS variable: --color-primary: hsl(112, 30%, 44%);