HSL(77, 45%, 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(77,45%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(77, 45%, 13%) color: hsl(77, 45%, 13%)
HEX #283012 color: #283012
RGB rgb(40, 48, 18) color: rgb(40, 48, 18)
CMYK cmyk(17%, 0%, 63%, 81%)
HSV hsv(76, 63%, 19%)
HWB hwb(76 7% 81%) color: hwb(76 7% 81%)
OKLCH oklch(0.2934 0.0498 121.89) color: oklch(0.2934 0.0498 121.89)
Lab lab(18.4 -9.31 17.88) color: lab(18.4 -9.31 17.88)
LCH lch(18.4 20.16 117.51) color: lch(18.4 20.16 117.51)

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 13.8:1
vs Black 1.52: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)

#2B2C19 — rgb(43, 44, 25)

Deuteranopia (Green-blind)

#2B2A1B — rgb(43, 42, 27)

Tritanopia (Blue-blind)

#281F20 — rgb(40, 31, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(77, 45%, 13%);

text

color: hsl(77, 45%, 13%);

border

border: 2px solid hsl(77, 45%, 13%);

gradient light

background: linear-gradient(to right, hsl(77, 45%, 33%), hsl(77, 45%, 13%));

gradient dark

background: linear-gradient(to right, hsl(77, 45%, 13%), hsl(77, 45%, 0%))

hex

background-color: #283012;

tailwind

bg-[hsl(77,45%,13%)]

box shadow

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

css variable

--color-primary: hsl(77, 45%, 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(77, 45%, 13%)?

HEX: #283012 | RGB: rgb(40, 48, 18) | CMYK: 17%, 0%, 63%, 81% | HSV: 76°, 63%, 19%. Copy any format from the conversion table above.

What colors go well with #283012?

The complementary color is HSL(257, 45%, 13%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(77, 45%, 13%) in CSS?

As HSL: color: hsl(77, 45%, 13%); — As HEX: color: #283012; — As RGB: color: rgb(40, 48, 18); — Tailwind CSS: bg-[hsl(77,45%,13%)] — CSS variable: --color-primary: hsl(77, 45%, 13%);