HSL(142, 97%, 8%)
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(142,97%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 97%, 8%) | color: hsl(142, 97%, 8%) | |
| HEX | #01280F | color: #01280F | |
| RGB | rgb(1, 40, 15) | color: rgb(1, 40, 15) | |
| CMYK | cmyk(98%, 0%, 63%, 84%) | — | |
| HSV | hsv(142, 98%, 16%) | — | |
| HWB | hwb(142 0% 84%) | color: hwb(142 0% 84%) | |
| OKLCH | oklch(0.2428 0.0637 151.14) | color: oklch(0.2428 0.0637 151.14) | |
| Lab | lab(12.97 -20.8 12.25) | color: lab(12.97 -20.8 12.25) | |
| LCH | lch(12.97 24.14 149.5) | color: lch(12.97 24.14 149.5) |
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)
#121215 — rgb(18, 18, 21)
Deuteranopia (Green-blind)
#100D17 — rgb(16, 13, 23)
Tritanopia (Blue-blind)
#031A1B — rgb(3, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 97%, 8%);
text
color: hsl(142, 97%, 8%);
border
border: 2px solid hsl(142, 97%, 8%);
gradient light
background: linear-gradient(to right, hsl(142, 97%, 28%), hsl(142, 97%, 8%));
gradient dark
background: linear-gradient(to right, hsl(142, 97%, 8%), hsl(142, 97%, 0%))
hex
background-color: #01280F;
tailwind
bg-[hsl(142,97%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 97%, 8%, 0.4);
css variable
--color-primary: hsl(142, 97%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(142, 97%, 8%)?
HEX: #01280F | RGB: rgb(1, 40, 15) | CMYK: 98%, 0%, 63%, 84% | HSV: 142°, 98%, 16%. Copy any format from the conversion table above.
What colors go well with #01280F?
The complementary color is HSL(322, 97%, 8%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 97%, 8%) in CSS?
As HSL: color: hsl(142, 97%, 8%); — As HEX: color: #01280F; — As RGB: color: rgb(1, 40, 15); — Tailwind CSS: bg-[hsl(142,97%,8%)] — CSS variable: --color-primary: hsl(142, 97%, 8%);