HSL(149, 75%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,75%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 75%, 17%) | color: hsl(149, 75%, 17%) | |
| HEX | #0B4C2A | color: #0B4C2A | |
| RGB | rgb(11, 76, 42) | color: rgb(11, 76, 42) | |
| CMYK | cmyk(86%, 0%, 45%, 70%) | — | |
| HSV | hsv(149, 86%, 30%) | — | |
| HWB | hwb(149 4% 70%) | color: hwb(149 4% 70%) | |
| OKLCH | oklch(0.3684 0.0854 154.53) | color: oklch(0.3684 0.0854 154.53) | |
| Lab | lab(27.86 -28.63 14.77) | color: lab(27.86 -28.63 14.77) | |
| LCH | lch(27.86 32.22 152.71) | color: lch(27.86 32.22 152.71) |
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)
#272832 — rgb(39, 40, 50)
Deuteranopia (Green-blind)
#231F34 — rgb(35, 31, 52)
Tritanopia (Blue-blind)
#0E393A — rgb(14, 57, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 75%, 17%);
text
color: hsl(149, 75%, 17%);
border
border: 2px solid hsl(149, 75%, 17%);
gradient light
background: linear-gradient(to right, hsl(149, 75%, 37%), hsl(149, 75%, 17%));
gradient dark
background: linear-gradient(to right, hsl(149, 75%, 17%), hsl(149, 75%, 0%))
hex
background-color: #0B4C2A;
tailwind
bg-[hsl(149,75%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 75%, 17%, 0.4);
css variable
--color-primary: hsl(149, 75%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 75%, 17%)?
HEX: #0B4C2A | RGB: rgb(11, 76, 42) | CMYK: 86%, 0%, 45%, 70% | HSV: 149°, 86%, 30%. Copy any format from the conversion table above.
What colors go well with #0B4C2A?
The complementary color is HSL(329, 75%, 17%). 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, 75%, 17%) in CSS?
As HSL: color: hsl(149, 75%, 17%); — As HEX: color: #0B4C2A; — As RGB: color: rgb(11, 76, 42); — Tailwind CSS: bg-[hsl(149,75%,17%)] — CSS variable: --color-primary: hsl(149, 75%, 17%);