HSL(124, 72%, 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(124,72%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(124, 72%, 10%) color: hsl(124, 72%, 10%)
HEX #072C0A color: #072C0A
RGB rgb(7, 44, 10) color: rgb(7, 44, 10)
CMYK cmyk(84%, 0%, 77%, 83%)
HSV hsv(125, 84%, 17%)
HWB hwb(125 3% 83%) color: hwb(125 3% 83%)
OKLCH oklch(0.2582 0.0717 144.42) color: oklch(0.2582 0.0717 144.42)
Lab lab(14.78 -21.56 17.01) color: lab(14.78 -21.56 17.01)
LCH lch(14.78 27.46 141.73) color: lch(14.78 27.46 141.73)

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.29: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)

#171712 — rgb(23, 23, 18)

Deuteranopia (Green-blind)

#151214 — rgb(21, 18, 20)

Tritanopia (Blue-blind)

#09191A — rgb(9, 25, 26)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(124, 72%, 10%);

text

color: hsl(124, 72%, 10%);

border

border: 2px solid hsl(124, 72%, 10%);

gradient light

background: linear-gradient(to right, hsl(124, 72%, 30%), hsl(124, 72%, 10%));

gradient dark

background: linear-gradient(to right, hsl(124, 72%, 10%), hsl(124, 72%, 0%))

hex

background-color: #072C0A;

tailwind

bg-[hsl(124,72%,10%)]

box shadow

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

css variable

--color-primary: hsl(124, 72%, 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(124, 72%, 10%)?

HEX: #072C0A | RGB: rgb(7, 44, 10) | CMYK: 84%, 0%, 77%, 83% | HSV: 125°, 84%, 17%. Copy any format from the conversion table above.

What colors go well with #072C0A?

The complementary color is HSL(304, 72%, 10%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(124, 72%, 10%) in CSS?

As HSL: color: hsl(124, 72%, 10%); — As HEX: color: #072C0A; — As RGB: color: rgb(7, 44, 10); — Tailwind CSS: bg-[hsl(124,72%,10%)] — CSS variable: --color-primary: hsl(124, 72%, 10%);