HSL(82, 83%, 13%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,83%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 83%, 13%) color: hsl(82, 83%, 13%)
HEX #283D06 color: #283D06
RGB rgb(40, 61, 6) color: rgb(40, 61, 6)
CMYK cmyk(34%, 0%, 90%, 76%)
HSV hsv(83, 90%, 24%)
HWB hwb(83 2% 76%) color: hwb(83 2% 76%)
OKLCH oklch(0.3302 0.0816 129) color: oklch(0.3302 0.0816 129)
Lab lab(23 -17.92 28.65) color: lab(23 -17.92 28.65)
LCH lch(23 33.79 122.03) color: lch(23 33.79 122.03)

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 11.93:1
vs Black 1.76: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)

#313113 — rgb(49, 49, 19)

Deuteranopia (Green-blind)

#302E17 — rgb(48, 46, 23)

Tritanopia (Blue-blind)

#291E20 — rgb(41, 30, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 83%, 13%);

text

color: hsl(82, 83%, 13%);

border

border: 2px solid hsl(82, 83%, 13%);

gradient light

background: linear-gradient(to right, hsl(82, 83%, 33%), hsl(82, 83%, 13%));

gradient dark

background: linear-gradient(to right, hsl(82, 83%, 13%), hsl(82, 83%, 0%))

hex

background-color: #283D06;

tailwind

bg-[hsl(82,83%,13%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(82, 83%, 13%, 0.4);

css variable

--color-primary: hsl(82, 83%, 13%);

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(82, 83%, 13%)?

HEX: #283D06 | RGB: rgb(40, 61, 6) | CMYK: 34%, 0%, 90%, 76% | HSV: 83°, 90%, 24%. Copy any format from the conversion table above.

What colors go well with #283D06?

The complementary color is HSL(262, 83%, 13%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 83%, 13%) in CSS?

As HSL: color: hsl(82, 83%, 13%); — As HEX: color: #283D06; — As RGB: color: rgb(40, 61, 6); — Tailwind CSS: bg-[hsl(82,83%,13%)] — CSS variable: --color-primary: hsl(82, 83%, 13%);