HSL(82, 73%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,73%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 73%, 26%) color: hsl(82, 73%, 26%)
HEX #4F7312 color: #4F7312
RGB rgb(79, 115, 18) color: rgb(79, 115, 18)
CMYK cmyk(31%, 0%, 84%, 55%)
HSV hsv(82, 84%, 45%)
HWB hwb(82 7% 55%) color: hwb(82 7% 55%)
OKLCH oklch(0.5095 0.1266 128.86) color: oklch(0.5095 0.1266 128.86)
Lab lab(44.19 -27.67 44.95) color: lab(44.19 -27.67 44.95)
LCH lch(44.19 52.78 121.62) color: lch(44.19 52.78 121.62)

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 5.54:1
vs Black 3.79:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#5F5F29 — rgb(95, 95, 41)

Deuteranopia (Green-blind)

#5D5A2F — rgb(93, 90, 47)

Tritanopia (Blue-blind)

#513C40 — rgb(81, 60, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 73%, 26%);

text

color: hsl(82, 73%, 26%);

border

border: 2px solid hsl(82, 73%, 26%);

gradient light

background: linear-gradient(to right, hsl(82, 73%, 46%), hsl(82, 73%, 26%));

gradient dark

background: linear-gradient(to right, hsl(82, 73%, 26%), hsl(82, 73%, 6%))

hex

background-color: #4F7312;

tailwind

bg-[hsl(82,73%,26%)]

box shadow

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

css variable

--color-primary: hsl(82, 73%, 26%);

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(82, 73%, 26%)?

HEX: #4F7312 | RGB: rgb(79, 115, 18) | CMYK: 31%, 0%, 84%, 55% | HSV: 82°, 84%, 45%. Copy any format from the conversion table above.

What colors go well with #4F7312?

The complementary color is HSL(262, 73%, 26%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 73%, 26%) in CSS?

As HSL: color: hsl(82, 73%, 26%); — As HEX: color: #4F7312; — As RGB: color: rgb(79, 115, 18); — Tailwind CSS: bg-[hsl(82,73%,26%)] — CSS variable: --color-primary: hsl(82, 73%, 26%);