Duck Hunt
#005800
Duck Hunt, represented by the hex value #005800, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #005800 | |
|---|---|---|
| RGB | rgb(0, 88, 0) | |
| HSL | hsl(120, 100%, 17%) | |
| CMYK | cmyk(100%, 0%, 100%, 65%) | |
| LAB | lab(32, -36, 37) | |
| OKLCH | oklch(0.4 0.136 142) |
Color harmonies
Tints & shades
Code snippets
color: #005800;
background-color: #005800;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF005800)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.35, blue: 0.00, alpha: 1.0)