HSL(112, 50%, 11%)

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,50%,11%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 50%, 11%) color: hsl(112, 50%, 11%)
HEX #122A0E color: #122A0E
RGB rgb(18, 42, 14) color: rgb(18, 42, 14)
CMYK cmyk(57%, 0%, 67%, 84%)
HSV hsv(111, 67%, 16%)
HWB hwb(111 5% 84%) color: hwb(111 5% 84%)
OKLCH oklch(0.2573 0.0579 140.89) color: oklch(0.2573 0.0579 140.89)
Lab lab(14.49 -16.42 14.9) color: lab(14.49 -16.42 14.9)
LCH lch(14.49 22.17 137.78) color: lch(14.49 22.17 137.78)

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.4:1
vs Black 1.36: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)

#1C1D15 — rgb(28, 29, 21)

Deuteranopia (Green-blind)

#1B1916 — rgb(27, 25, 22)

Tritanopia (Blue-blind)

#131A1B — rgb(19, 26, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 50%, 11%);

text

color: hsl(112, 50%, 11%);

border

border: 2px solid hsl(112, 50%, 11%);

gradient light

background: linear-gradient(to right, hsl(112, 50%, 31%), hsl(112, 50%, 11%));

gradient dark

background: linear-gradient(to right, hsl(112, 50%, 11%), hsl(112, 50%, 0%))

hex

background-color: #122A0E;

tailwind

bg-[hsl(112,50%,11%)]

box shadow

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

css variable

--color-primary: hsl(112, 50%, 11%);

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, 50%, 11%)?

HEX: #122A0E | RGB: rgb(18, 42, 14) | CMYK: 57%, 0%, 67%, 84% | HSV: 111°, 67%, 16%. Copy any format from the conversion table above.

What colors go well with #122A0E?

The complementary color is HSL(292, 50%, 11%). 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, 50%, 11%) in CSS?

As HSL: color: hsl(112, 50%, 11%); — As HEX: color: #122A0E; — As RGB: color: rgb(18, 42, 14); — Tailwind CSS: bg-[hsl(112,50%,11%)] — CSS variable: --color-primary: hsl(112, 50%, 11%);