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

Color Conversions

Format Value CSS Usage
HSL hsl(97, 50%, 11%) color: hsl(97, 50%, 11%)
HEX #192A0E color: #192A0E
RGB rgb(25, 42, 14) color: rgb(25, 42, 14)
CMYK cmyk(40%, 0%, 67%, 84%)
HSV hsv(96, 67%, 16%)
HWB hwb(96 5% 84%) color: hwb(96 5% 84%)
OKLCH oklch(0.262 0.0531 134.59) color: oklch(0.262 0.0531 134.59)
Lab lab(14.92 -13.46 15.54) color: lab(14.92 -13.46 15.54)
LCH lch(14.92 20.56 130.9) color: lch(14.92 20.56 130.9)

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.23:1
vs Black 1.38: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)

#202115 — rgb(32, 33, 21)

Deuteranopia (Green-blind)

#1F1E16 — rgb(31, 30, 22)

Tritanopia (Blue-blind)

#1A1A1B — rgb(26, 26, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #192A0E;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(97, 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(97, 50%, 11%)?

HEX: #192A0E | RGB: rgb(25, 42, 14) | CMYK: 40%, 0%, 67%, 84% | HSV: 96°, 67%, 16%. Copy any format from the conversion table above.

What colors go well with #192A0E?

The complementary color is HSL(277, 50%, 11%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 50%, 11%) in CSS?

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