HSL(107, 49%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,49%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 49%, 39%) | color: hsl(107, 49%, 39%) | |
| HEX | #489433 | color: #489433 | |
| RGB | rgb(72, 148, 51) | color: rgb(72, 148, 51) | |
| CMYK | cmyk(51%, 0%, 66%, 42%) | — | |
| HSV | hsv(107, 66%, 58%) | — | |
| HWB | hwb(107 20% 42%) | color: hwb(107 20% 42%) | |
| OKLCH | oklch(0.5967 0.1526 139.52) | color: oklch(0.5967 0.1526 139.52) | |
| Lab | lab(54.86 -42.26 42.82) | color: lab(54.86 -42.26 42.82) | |
| LCH | lch(54.86 60.16 134.62) | color: lch(54.86 60.16 134.62) |
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)
#696A4A — rgb(105, 106, 74)
Deuteranopia (Green-blind)
#655F50 — rgb(101, 95, 80)
Tritanopia (Blue-blind)
#4C5D61 — rgb(76, 93, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 49%, 39%);
text
color: hsl(107, 49%, 39%);
border
border: 2px solid hsl(107, 49%, 39%);
gradient light
background: linear-gradient(to right, hsl(107, 49%, 59%), hsl(107, 49%, 39%));
gradient dark
background: linear-gradient(to right, hsl(107, 49%, 39%), hsl(107, 49%, 19%))
hex
background-color: #489433;
tailwind
bg-[hsl(107,49%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 49%, 39%, 0.4);
css variable
--color-primary: hsl(107, 49%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 49%, 39%)?
HEX: #489433 | RGB: rgb(72, 148, 51) | CMYK: 51%, 0%, 66%, 42% | HSV: 107°, 66%, 58%. Copy any format from the conversion table above.
What colors go well with #489433?
The complementary color is HSL(287, 49%, 39%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 49%, 39%) in CSS?
As HSL: color: hsl(107, 49%, 39%); — As HEX: color: #489433; — As RGB: color: rgb(72, 148, 51); — Tailwind CSS: bg-[hsl(107,49%,39%)] — CSS variable: --color-primary: hsl(107, 49%, 39%);