Hulk
#008000
Here's everything about the color Hulk (#008000) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #008000 | |
|---|---|---|
| RGB | rgb(0, 128, 0) | |
| HSL | hsl(120, 100%, 25%) | |
| CMYK | cmyk(100%, 0%, 100%, 50%) | |
| LAB | lab(46, -48, 49) | |
| OKLCH | oklch(0.52 0.177 142) |
Color harmonies
Tints & shades
Code snippets
color: #008000;
background-color: #008000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF008000)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.50, blue: 0.00, alpha: 1.0)