HSL(67, 72%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,72%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 72%, 29%) | color: hsl(67, 72%, 29%) | |
| HEX | #737F15 | color: #737F15 | |
| RGB | rgb(115, 127, 21) | color: rgb(115, 127, 21) | |
| CMYK | cmyk(9%, 0%, 83%, 50%) | — | |
| HSV | hsv(67, 83%, 50%) | — | |
| HWB | hwb(67 9% 50%) | color: hwb(67 9% 50%) | |
| OKLCH | oklch(0.5676 0.1229 116.37) | color: oklch(0.5676 0.1229 116.37) | |
| Lab | lab(50.54 -17.86 50.7) | color: lab(50.54 -17.86 50.7) | |
| LCH | lch(50.54 53.75 109.41) | color: lch(50.54 53.75 109.41) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#78782F — rgb(120, 120, 47)
Deuteranopia (Green-blind)
#787735 — rgb(120, 119, 53)
Tritanopia (Blue-blind)
#744347 — rgb(116, 67, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 72%, 29%);
text
color: hsl(67, 72%, 29%);
border
border: 2px solid hsl(67, 72%, 29%);
gradient light
background: linear-gradient(to right, hsl(67, 72%, 49%), hsl(67, 72%, 29%));
gradient dark
background: linear-gradient(to right, hsl(67, 72%, 29%), hsl(67, 72%, 9%))
hex
background-color: #737F15;
tailwind
bg-[hsl(67,72%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 72%, 29%, 0.4);
css variable
--color-primary: hsl(67, 72%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 72%, 29%)?
HEX: #737F15 | RGB: rgb(115, 127, 21) | CMYK: 9%, 0%, 83%, 50% | HSV: 67°, 83%, 50%. Copy any format from the conversion table above.
What colors go well with #737F15?
The complementary color is HSL(247, 72%, 29%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 72%, 29%) in CSS?
As HSL: color: hsl(67, 72%, 29%); — As HEX: color: #737F15; — As RGB: color: rgb(115, 127, 21); — Tailwind CSS: bg-[hsl(67,72%,29%)] — CSS variable: --color-primary: hsl(67, 72%, 29%);