HSL(113, 47%, 42%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,47%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 47%, 42%) | color: hsl(113, 47%, 42%) | |
| HEX | #459D39 | color: #459D39 | |
| RGB | rgb(69, 157, 57) | color: rgb(69, 157, 57) | |
| CMYK | cmyk(56%, 0%, 64%, 38%) | — | |
| HSV | hsv(113, 64%, 62%) | — | |
| HWB | hwb(113 22% 38%) | color: hwb(113 22% 38%) | |
| OKLCH | oklch(0.6202 0.1612 141.34) | color: oklch(0.6202 0.1612 141.34) | |
| Lab | lab(57.73 -46.09 43.27) | color: lab(57.73 -46.09 43.27) | |
| LCH | lch(57.73 63.22 136.81) | color: lch(57.73 63.22 136.81) |
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)
#6B6C51 — rgb(107, 108, 81)
Deuteranopia (Green-blind)
#665F57 — rgb(102, 95, 87)
Tritanopia (Blue-blind)
#496469 — rgb(73, 100, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 47%, 42%);
text
color: hsl(113, 47%, 42%);
border
border: 2px solid hsl(113, 47%, 42%);
gradient light
background: linear-gradient(to right, hsl(113, 47%, 62%), hsl(113, 47%, 42%));
gradient dark
background: linear-gradient(to right, hsl(113, 47%, 42%), hsl(113, 47%, 22%))
hex
background-color: #459D39;
tailwind
bg-[hsl(113,47%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 47%, 42%, 0.4);
css variable
--color-primary: hsl(113, 47%, 42%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 47%, 42%)?
HEX: #459D39 | RGB: rgb(69, 157, 57) | CMYK: 56%, 0%, 64%, 38% | HSV: 113°, 64%, 62%. Copy any format from the conversion table above.
What colors go well with #459D39?
The complementary color is HSL(293, 47%, 42%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 47%, 42%) in CSS?
As HSL: color: hsl(113, 47%, 42%); — As HEX: color: #459D39; — As RGB: color: rgb(69, 157, 57); — Tailwind CSS: bg-[hsl(113,47%,42%)] — CSS variable: --color-primary: hsl(113, 47%, 42%);