HSL(149, 30%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,30%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 30%, 41%) | color: hsl(149, 30%, 41%) | |
| HEX | #498868 | color: #498868 | |
| RGB | rgb(73, 136, 104) | color: rgb(73, 136, 104) | |
| CMYK | cmyk(46%, 0%, 24%, 47%) | — | |
| HSV | hsv(150, 46%, 53%) | — | |
| HWB | hwb(150 29% 47%) | color: hwb(150 29% 47%) | |
| OKLCH | oklch(0.575 0.0827 160.1) | color: oklch(0.575 0.0827 160.1) | |
| Lab | lab(51.86 -28.15 10.99) | color: lab(51.86 -28.15 10.99) | |
| LCH | lch(51.86 30.22 158.67) | color: lch(51.86 30.22 158.67) |
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)
#646570 — rgb(100, 101, 112)
Deuteranopia (Green-blind)
#615C72 — rgb(97, 92, 114)
Tritanopia (Blue-blind)
#4C7677 — rgb(76, 118, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 30%, 41%);
text
color: hsl(149, 30%, 41%);
border
border: 2px solid hsl(149, 30%, 41%);
gradient light
background: linear-gradient(to right, hsl(149, 30%, 61%), hsl(149, 30%, 41%));
gradient dark
background: linear-gradient(to right, hsl(149, 30%, 41%), hsl(149, 30%, 21%))
hex
background-color: #498868;
tailwind
bg-[hsl(149,30%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 30%, 41%, 0.4);
css variable
--color-primary: hsl(149, 30%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 30%, 41%)?
HEX: #498868 | RGB: rgb(73, 136, 104) | CMYK: 46%, 0%, 24%, 47% | HSV: 150°, 46%, 53%. Copy any format from the conversion table above.
What colors go well with #498868?
The complementary color is HSL(329, 30%, 41%). 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, 30%, 41%) in CSS?
As HSL: color: hsl(149, 30%, 41%); — As HEX: color: #498868; — As RGB: color: rgb(73, 136, 104); — Tailwind CSS: bg-[hsl(149,30%,41%)] — CSS variable: --color-primary: hsl(149, 30%, 41%);