HSL(112, 100%, 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(112,100%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 100%, 7%) color: hsl(112, 100%, 7%)
HEX #052400 color: #052400
RGB rgb(5, 36, 0) color: rgb(5, 36, 0)
CMYK cmyk(86%, 0%, 100%, 86%)
HSV hsv(112, 100%, 14%)
HWB hwb(112 0% 86%) color: hwb(112 0% 86%)
OKLCH oklch(0.2281 0.0733 139.92) color: oklch(0.2281 0.0733 139.92)
Lab lab(11.23 -20.01 16.32) color: lab(11.23 -20.01 16.32)
LCH lch(11.23 25.82 140.8) color: lch(11.23 25.82 140.8)

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 16.68:1
vs Black 1.26: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)

#121309 — rgb(18, 19, 9)

Deuteranopia (Green-blind)

#110E0B — rgb(17, 14, 11)

Tritanopia (Blue-blind)

#071011 — rgb(7, 16, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 100%, 7%);

text

color: hsl(112, 100%, 7%);

border

border: 2px solid hsl(112, 100%, 7%);

gradient light

background: linear-gradient(to right, hsl(112, 100%, 27%), hsl(112, 100%, 7%));

gradient dark

background: linear-gradient(to right, hsl(112, 100%, 7%), hsl(112, 100%, 0%))

hex

background-color: #052400;

tailwind

bg-[hsl(112,100%,7%)]

box shadow

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

css variable

--color-primary: hsl(112, 100%, 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(112, 100%, 7%)?

HEX: #052400 | RGB: rgb(5, 36, 0) | CMYK: 86%, 0%, 100%, 86% | HSV: 112°, 100%, 14%. Copy any format from the conversion table above.

What colors go well with #052400?

The complementary color is HSL(292, 100%, 7%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 100%, 7%) in CSS?

As HSL: color: hsl(112, 100%, 7%); — As HEX: color: #052400; — As RGB: color: rgb(5, 36, 0); — Tailwind CSS: bg-[hsl(112,100%,7%)] — CSS variable: --color-primary: hsl(112, 100%, 7%);