HSL(130, 92%, 17%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(130,92%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(130, 92%, 17%) color: hsl(130, 92%, 17%)
HEX #035311 color: #035311
RGB rgb(3, 83, 17) color: rgb(3, 83, 17)
CMYK cmyk(96%, 0%, 80%, 67%)
HSV hsv(131, 96%, 33%)
HWB hwb(131 1% 67%) color: hwb(131 1% 67%)
OKLCH oklch(0.3849 0.1204 144.6) color: oklch(0.3849 0.1204 144.6)
Lab lab(30.02 -36.4 30.72) color: lab(30.02 -36.4 30.72)
LCH lch(30.02 47.63 139.84) color: lch(30.02 47.63 139.84)

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 9.34:1
vs Black 2.25: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)

#262621 — rgb(38, 38, 33)

Deuteranopia (Green-blind)

#211B25 — rgb(33, 27, 37)

Tritanopia (Blue-blind)

#072E30 — rgb(7, 46, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(130, 92%, 17%);

text

color: hsl(130, 92%, 17%);

border

border: 2px solid hsl(130, 92%, 17%);

gradient light

background: linear-gradient(to right, hsl(130, 92%, 37%), hsl(130, 92%, 17%));

gradient dark

background: linear-gradient(to right, hsl(130, 92%, 17%), hsl(130, 92%, 0%))

hex

background-color: #035311;

tailwind

bg-[hsl(130,92%,17%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(130, 92%, 17%, 0.4);

css variable

--color-primary: hsl(130, 92%, 17%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(130, 92%, 17%)?

HEX: #035311 | RGB: rgb(3, 83, 17) | CMYK: 96%, 0%, 80%, 67% | HSV: 131°, 96%, 33%. Copy any format from the conversion table above.

What colors go well with #035311?

The complementary color is HSL(310, 92%, 17%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(130, 92%, 17%) in CSS?

As HSL: color: hsl(130, 92%, 17%); — As HEX: color: #035311; — As RGB: color: rgb(3, 83, 17); — Tailwind CSS: bg-[hsl(130,92%,17%)] — CSS variable: --color-primary: hsl(130, 92%, 17%);