HSL(113, 73%, 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(113,73%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 73%, 10%) color: hsl(113, 73%, 10%)
HEX #0B2C07 color: #0B2C07
RGB rgb(11, 44, 7) color: rgb(11, 44, 7)
CMYK cmyk(75%, 0%, 84%, 83%)
HSV hsv(114, 84%, 17%)
HWB hwb(114 3% 83%) color: hwb(114 3% 83%)
OKLCH oklch(0.2594 0.0727 141.44) color: oklch(0.2594 0.0727 141.44)
Lab lab(14.89 -20.83 18.39) color: lab(14.89 -20.83 18.39)
LCH lch(14.89 27.79 138.56) color: lch(14.89 27.79 138.56)

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

#191A10 — rgb(25, 26, 16)

Deuteranopia (Green-blind)

#171512 — rgb(23, 21, 18)

Tritanopia (Blue-blind)

#0D1719 — rgb(13, 23, 25)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 73%, 10%);

text

color: hsl(113, 73%, 10%);

border

border: 2px solid hsl(113, 73%, 10%);

gradient light

background: linear-gradient(to right, hsl(113, 73%, 30%), hsl(113, 73%, 10%));

gradient dark

background: linear-gradient(to right, hsl(113, 73%, 10%), hsl(113, 73%, 0%))

hex

background-color: #0B2C07;

tailwind

bg-[hsl(113,73%,10%)]

box shadow

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

css variable

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

HEX: #0B2C07 | RGB: rgb(11, 44, 7) | CMYK: 75%, 0%, 84%, 83% | HSV: 114°, 84%, 17%. Copy any format from the conversion table above.

What colors go well with #0B2C07?

The complementary color is HSL(293, 73%, 10%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(113, 73%, 10%) in CSS?

As HSL: color: hsl(113, 73%, 10%); — As HEX: color: #0B2C07; — As RGB: color: rgb(11, 44, 7); — Tailwind CSS: bg-[hsl(113,73%,10%)] — CSS variable: --color-primary: hsl(113, 73%, 10%);