HSL(85, 85%, 10%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(85,85%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 85%, 10%) color: hsl(85, 85%, 10%)
HEX #1D2F04 color: #1D2F04
RGB rgb(29, 47, 4) color: rgb(29, 47, 4)
CMYK cmyk(38%, 0%, 91%, 82%)
HSV hsv(85, 91%, 18%)
HWB hwb(85 2% 82%) color: hwb(85 2% 82%)
OKLCH oklch(0.2793 0.0694 129.87) color: oklch(0.2793 0.0694 129.87)
Lab lab(17 -15.59 22.48) color: lab(17 -15.59 22.48)
LCH lch(17 27.36 124.74) color: lch(17 27.36 124.74)

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 14.38:1
vs Black 1.46: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)

#25250E — rgb(37, 37, 14)

Deuteranopia (Green-blind)

#242211 — rgb(36, 34, 17)

Tritanopia (Blue-blind)

#1E1718 — rgb(30, 23, 24)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 85%, 10%);

text

color: hsl(85, 85%, 10%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #1D2F04;

tailwind

bg-[hsl(85,85%,10%)]

box shadow

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

css variable

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

HEX: #1D2F04 | RGB: rgb(29, 47, 4) | CMYK: 38%, 0%, 91%, 82% | HSV: 85°, 91%, 18%. Copy any format from the conversion table above.

What colors go well with #1D2F04?

The complementary color is HSL(265, 85%, 10%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(85, 85%, 10%); — As HEX: color: #1D2F04; — As RGB: color: rgb(29, 47, 4); — Tailwind CSS: bg-[hsl(85,85%,10%)] — CSS variable: --color-primary: hsl(85, 85%, 10%);