HSL(149, 29%, 40%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,29%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 29%, 40%) | color: hsl(149, 29%, 40%) | |
| HEX | #488465 | color: #488465 | |
| RGB | rgb(72, 132, 101) | color: rgb(72, 132, 101) | |
| CMYK | cmyk(45%, 0%, 23%, 48%) | — | |
| HSV | hsv(149, 45%, 52%) | — | |
| HWB | hwb(149 29% 48%) | color: hwb(149 29% 48%) | |
| OKLCH | oklch(0.5634 0.0799 159.8) | color: oklch(0.5634 0.0799 159.8) | |
| Lab | lab(50.47 -27.13 10.76) | color: lab(50.47 -27.13 10.76) | |
| LCH | lch(50.47 29.19 158.37) | color: lch(50.47 29.19 158.37) |
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)
#62636D — rgb(98, 99, 109)
Deuteranopia (Green-blind)
#5F5A6E — rgb(95, 90, 110)
Tritanopia (Blue-blind)
#4B7274 — rgb(75, 114, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 29%, 40%);
text
color: hsl(149, 29%, 40%);
border
border: 2px solid hsl(149, 29%, 40%);
gradient light
background: linear-gradient(to right, hsl(149, 29%, 60%), hsl(149, 29%, 40%));
gradient dark
background: linear-gradient(to right, hsl(149, 29%, 40%), hsl(149, 29%, 20%))
hex
background-color: #488465;
tailwind
bg-[hsl(149,29%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 29%, 40%, 0.4);
css variable
--color-primary: hsl(149, 29%, 40%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 29%, 40%)?
HEX: #488465 | RGB: rgb(72, 132, 101) | CMYK: 45%, 0%, 23%, 48% | HSV: 149°, 45%, 52%. Copy any format from the conversion table above.
What colors go well with #488465?
The complementary color is HSL(329, 29%, 40%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(149, 29%, 40%) in CSS?
As HSL: color: hsl(149, 29%, 40%); — As HEX: color: #488465; — As RGB: color: rgb(72, 132, 101); — Tailwind CSS: bg-[hsl(149,29%,40%)] — CSS variable: --color-primary: hsl(149, 29%, 40%);