HSL(133, 80%, 7%)

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(133,80%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 80%, 7%) color: hsl(133, 80%, 7%)
HEX #04200A color: #04200A
RGB rgb(4, 32, 10) color: rgb(4, 32, 10)
CMYK cmyk(88%, 0%, 69%, 87%)
HSV hsv(133, 88%, 13%)
HWB hwb(133 2% 87%) color: hwb(133 2% 87%)
OKLCH oklch(0.2154 0.0541 148.15) color: oklch(0.2154 0.0541 148.15)
Lab lab(9.65 -16.13 10.01) color: lab(9.65 -16.13 10.01)
LCH lch(9.65 18.98 148.18) color: lch(9.65 18.98 148.18)

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 17.27:1
vs Black 1.22: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)

#10100F — rgb(16, 16, 15)

Deuteranopia (Green-blind)

#0F0C11 — rgb(15, 12, 17)

Tritanopia (Blue-blind)

#051414 — rgb(5, 20, 20)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 80%, 7%);

text

color: hsl(133, 80%, 7%);

border

border: 2px solid hsl(133, 80%, 7%);

gradient light

background: linear-gradient(to right, hsl(133, 80%, 27%), hsl(133, 80%, 7%));

gradient dark

background: linear-gradient(to right, hsl(133, 80%, 7%), hsl(133, 80%, 0%))

hex

background-color: #04200A;

tailwind

bg-[hsl(133,80%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(133, 80%, 7%, 0.4);

css variable

--color-primary: hsl(133, 80%, 7%);

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(133, 80%, 7%)?

HEX: #04200A | RGB: rgb(4, 32, 10) | CMYK: 88%, 0%, 69%, 87% | HSV: 133°, 88%, 13%. Copy any format from the conversion table above.

What colors go well with #04200A?

The complementary color is HSL(313, 80%, 7%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 80%, 7%) in CSS?

As HSL: color: hsl(133, 80%, 7%); — As HEX: color: #04200A; — As RGB: color: rgb(4, 32, 10); — Tailwind CSS: bg-[hsl(133,80%,7%)] — CSS variable: --color-primary: hsl(133, 80%, 7%);