HSL(105, 60%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(105,60%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 60%, 38%) | color: hsl(105, 60%, 38%) | |
| HEX | #449B27 | color: #449B27 | |
| RGB | rgb(68, 155, 39) | color: rgb(68, 155, 39) | |
| CMYK | cmyk(56%, 0%, 75%, 39%) | — | |
| HSV | hsv(105, 75%, 61%) | — | |
| HWB | hwb(105 15% 39%) | color: hwb(105 15% 39%) | |
| OKLCH | oklch(0.6128 0.1717 139.2) | color: oklch(0.6128 0.1717 139.2) | |
| Lab | lab(56.9 -47.22 49.8) | color: lab(56.9 -47.22 49.8) | |
| LCH | lch(56.9 68.63 133.48) | color: lch(56.9 68.63 133.48) |
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)
#6A6A43 — rgb(106, 106, 67)
Deuteranopia (Green-blind)
#655E4A — rgb(101, 94, 74)
Tritanopia (Blue-blind)
#48595E — rgb(72, 89, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 60%, 38%);
text
color: hsl(105, 60%, 38%);
border
border: 2px solid hsl(105, 60%, 38%);
gradient light
background: linear-gradient(to right, hsl(105, 60%, 58%), hsl(105, 60%, 38%));
gradient dark
background: linear-gradient(to right, hsl(105, 60%, 38%), hsl(105, 60%, 18%))
hex
background-color: #449B27;
tailwind
bg-[hsl(105,60%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 60%, 38%, 0.4);
css variable
--color-primary: hsl(105, 60%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(105, 60%, 38%)?
HEX: #449B27 | RGB: rgb(68, 155, 39) | CMYK: 56%, 0%, 75%, 39% | HSV: 105°, 75%, 61%. Copy any format from the conversion table above.
What colors go well with #449B27?
The complementary color is HSL(285, 60%, 38%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 60%, 38%) in CSS?
As HSL: color: hsl(105, 60%, 38%); — As HEX: color: #449B27; — As RGB: color: rgb(68, 155, 39); — Tailwind CSS: bg-[hsl(105,60%,38%)] — CSS variable: --color-primary: hsl(105, 60%, 38%);