HSL(146, 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(146,70%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 70%, 10%) color: hsl(146, 70%, 10%)
HEX #082B17 color: #082B17
RGB rgb(8, 43, 23) color: rgb(8, 43, 23)
CMYK cmyk(81%, 0%, 47%, 83%)
HSV hsv(146, 81%, 17%)
HWB hwb(146 3% 83%) color: hwb(146 3% 83%)
OKLCH oklch(0.2578 0.0549 154.39) color: oklch(0.2578 0.0549 154.39)
Lab lab(14.63 -18.3 9.49) color: lab(14.63 -18.3 9.49)
LCH lch(14.63 20.61 152.59) color: lch(14.63 20.61 152.59)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 15.35:1
vs Black 1.37:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#17171C — rgb(23, 23, 28)

Deuteranopia (Green-blind)

#15131D — rgb(21, 19, 29)

Tritanopia (Blue-blind)

#0A2021 — rgb(10, 32, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 70%, 10%);

text

color: hsl(146, 70%, 10%);

border

border: 2px solid hsl(146, 70%, 10%);

gradient light

background: linear-gradient(to right, hsl(146, 70%, 30%), hsl(146, 70%, 10%));

gradient dark

background: linear-gradient(to right, hsl(146, 70%, 10%), hsl(146, 70%, 0%))

hex

background-color: #082B17;

tailwind

bg-[hsl(146,70%,10%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(146, 70%, 10%, 0.4);

css variable

--color-primary: hsl(146, 70%, 10%);

Related Colors

Use Cases for Very Dark Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(146, 70%, 10%)?

HEX: #082B17 | RGB: rgb(8, 43, 23) | CMYK: 81%, 0%, 47%, 83% | HSV: 146°, 81%, 17%. Copy any format from the conversion table above.

What colors go well with #082B17?

The complementary color is HSL(326, 70%, 10%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(146, 70%, 10%) in CSS?

As HSL: color: hsl(146, 70%, 10%); — As HEX: color: #082B17; — As RGB: color: rgb(8, 43, 23); — Tailwind CSS: bg-[hsl(146,70%,10%)] — CSS variable: --color-primary: hsl(146, 70%, 10%);