HSL(149, 95%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,95%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 95%, 15%) | color: hsl(149, 95%, 15%) | |
| HEX | #024B25 | color: #024B25 | |
| RGB | rgb(2, 75, 37) | color: rgb(2, 75, 37) | |
| CMYK | cmyk(97%, 0%, 51%, 71%) | — | |
| HSV | hsv(149, 97%, 29%) | — | |
| HWB | hwb(149 1% 71%) | color: hwb(149 1% 71%) | |
| OKLCH | oklch(0.3624 0.092 153.04) | color: oklch(0.3624 0.092 153.04) | |
| Lab | lab(27.24 -30.58 16.97) | color: lab(27.24 -30.58 16.97) | |
| LCH | lch(27.24 34.97 150.97) | color: lch(27.24 34.97 150.97) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#22222E — rgb(34, 34, 46)
Deuteranopia (Green-blind)
#1D1830 — rgb(29, 24, 48)
Tritanopia (Blue-blind)
#063537 — rgb(6, 53, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 95%, 15%);
text
color: hsl(149, 95%, 15%);
border
border: 2px solid hsl(149, 95%, 15%);
gradient light
background: linear-gradient(to right, hsl(149, 95%, 35%), hsl(149, 95%, 15%));
gradient dark
background: linear-gradient(to right, hsl(149, 95%, 15%), hsl(149, 95%, 0%))
hex
background-color: #024B25;
tailwind
bg-[hsl(149,95%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 95%, 15%, 0.4);
css variable
--color-primary: hsl(149, 95%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 95%, 15%)?
HEX: #024B25 | RGB: rgb(2, 75, 37) | CMYK: 97%, 0%, 51%, 71% | HSV: 149°, 97%, 29%. Copy any format from the conversion table above.
What colors go well with #024B25?
The complementary color is HSL(329, 95%, 15%). 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, 95%, 15%) in CSS?
As HSL: color: hsl(149, 95%, 15%); — As HEX: color: #024B25; — As RGB: color: rgb(2, 75, 37); — Tailwind CSS: bg-[hsl(149,95%,15%)] — CSS variable: --color-primary: hsl(149, 95%, 15%);