HSL(112, 43%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,43%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 43%, 41%) | color: hsl(112, 43%, 41%) | |
| HEX | #48963C | color: #48963C | |
| RGB | rgb(72, 150, 60) | color: rgb(72, 150, 60) | |
| CMYK | cmyk(52%, 0%, 60%, 41%) | — | |
| HSV | hsv(112, 60%, 59%) | — | |
| HWB | hwb(112 24% 41%) | color: hwb(112 24% 41%) | |
| OKLCH | oklch(0.6031 0.1479 141.09) | color: oklch(0.6031 0.1479 141.09) | |
| Lab | lab(55.6 -42.11 39.49) | color: lab(55.6 -42.11 39.49) | |
| LCH | lch(55.6 57.73 136.84) | color: lch(55.6 57.73 136.84) |
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)
#6A6A52 — rgb(106, 106, 82)
Deuteranopia (Green-blind)
#655F57 — rgb(101, 95, 87)
Tritanopia (Blue-blind)
#4C6367 — rgb(76, 99, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 43%, 41%);
text
color: hsl(112, 43%, 41%);
border
border: 2px solid hsl(112, 43%, 41%);
gradient light
background: linear-gradient(to right, hsl(112, 43%, 61%), hsl(112, 43%, 41%));
gradient dark
background: linear-gradient(to right, hsl(112, 43%, 41%), hsl(112, 43%, 21%))
hex
background-color: #48963C;
tailwind
bg-[hsl(112,43%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 43%, 41%, 0.4);
css variable
--color-primary: hsl(112, 43%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 43%, 41%)?
HEX: #48963C | RGB: rgb(72, 150, 60) | CMYK: 52%, 0%, 60%, 41% | HSV: 112°, 60%, 59%. Copy any format from the conversion table above.
What colors go well with #48963C?
The complementary color is HSL(292, 43%, 41%). 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, 43%, 41%) in CSS?
As HSL: color: hsl(112, 43%, 41%); — As HEX: color: #48963C; — As RGB: color: rgb(72, 150, 60); — Tailwind CSS: bg-[hsl(112,43%,41%)] — CSS variable: --color-primary: hsl(112, 43%, 41%);