HSL(147, 94%, 9%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,94%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 94%, 9%) | color: hsl(147, 94%, 9%) | |
| HEX | #012D15 | color: #012D15 | |
| RGB | rgb(1, 45, 21) | color: rgb(1, 45, 21) | |
| CMYK | cmyk(98%, 0%, 53%, 82%) | — | |
| HSV | hsv(147, 98%, 18%) | — | |
| HWB | hwb(147 0% 82%) | color: hwb(147 0% 82%) | |
| OKLCH | oklch(0.2613 0.0647 154.01) | color: oklch(0.2613 0.0647 154.01) | |
| Lab | lab(15.15 -21.66 11.47) | color: lab(15.15 -21.66 11.47) | |
| LCH | lch(15.15 24.51 152.1) | color: lch(15.15 24.51 152.1) |
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)
#14141B — rgb(20, 20, 27)
Deuteranopia (Green-blind)
#120E1C — rgb(18, 14, 28)
Tritanopia (Blue-blind)
#031F20 — rgb(3, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 94%, 9%);
text
color: hsl(147, 94%, 9%);
border
border: 2px solid hsl(147, 94%, 9%);
gradient light
background: linear-gradient(to right, hsl(147, 94%, 29%), hsl(147, 94%, 9%));
gradient dark
background: linear-gradient(to right, hsl(147, 94%, 9%), hsl(147, 94%, 0%))
hex
background-color: #012D15;
tailwind
bg-[hsl(147,94%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 94%, 9%, 0.4);
css variable
--color-primary: hsl(147, 94%, 9%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(147, 94%, 9%)?
HEX: #012D15 | RGB: rgb(1, 45, 21) | CMYK: 98%, 0%, 53%, 82% | HSV: 147°, 98%, 18%. Copy any format from the conversion table above.
What colors go well with #012D15?
The complementary color is HSL(327, 94%, 9%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 94%, 9%) in CSS?
As HSL: color: hsl(147, 94%, 9%); — As HEX: color: #012D15; — As RGB: color: rgb(1, 45, 21); — Tailwind CSS: bg-[hsl(147,94%,9%)] — CSS variable: --color-primary: hsl(147, 94%, 9%);