HSL(140, 70%, 10%)
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(140,70%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 70%, 10%) | color: hsl(140, 70%, 10%) | |
| HEX | #082B14 | color: #082B14 | |
| RGB | rgb(8, 43, 20) | color: rgb(8, 43, 20) | |
| CMYK | cmyk(81%, 0%, 53%, 83%) | — | |
| HSV | hsv(141, 81%, 17%) | — | |
| HWB | hwb(141 3% 83%) | color: hwb(141 3% 83%) | |
| OKLCH | oklch(0.257 0.0585 151.19) | color: oklch(0.257 0.0585 151.19) | |
| Lab | lab(14.57 -18.99 11.42) | color: lab(14.57 -18.99 11.42) | |
| LCH | lch(14.57 22.16 148.98) | color: lch(14.57 22.16 148.98) |
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)
#17171A — rgb(23, 23, 26)
Deuteranopia (Green-blind)
#15131B — rgb(21, 19, 27)
Tritanopia (Blue-blind)
#0A1E1F — rgb(10, 30, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 70%, 10%);
text
color: hsl(140, 70%, 10%);
border
border: 2px solid hsl(140, 70%, 10%);
gradient light
background: linear-gradient(to right, hsl(140, 70%, 30%), hsl(140, 70%, 10%));
gradient dark
background: linear-gradient(to right, hsl(140, 70%, 10%), hsl(140, 70%, 0%))
hex
background-color: #082B14;
tailwind
bg-[hsl(140,70%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 70%, 10%, 0.4);
css variable
--color-primary: hsl(140, 70%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(140, 70%, 10%)?
HEX: #082B14 | RGB: rgb(8, 43, 20) | CMYK: 81%, 0%, 53%, 83% | HSV: 141°, 81%, 17%. Copy any format from the conversion table above.
What colors go well with #082B14?
The complementary color is HSL(320, 70%, 10%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 70%, 10%) in CSS?
As HSL: color: hsl(140, 70%, 10%); — As HEX: color: #082B14; — As RGB: color: rgb(8, 43, 20); — Tailwind CSS: bg-[hsl(140,70%,10%)] — CSS variable: --color-primary: hsl(140, 70%, 10%);