Cucumber
#006400
Looking for the precise values behind Cucumber (#006400)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #006400 | |
|---|---|---|
| RGB | rgb(0, 100, 0) | |
| HSL | hsl(120, 100%, 20%) | |
| CMYK | cmyk(100%, 0%, 100%, 61%) | |
| LAB | lab(36, -40, 41) | |
| OKLCH | oklch(0.44 0.148 142) |
Color harmonies
Tints & shades
Code snippets
color: #006400;
background-color: #006400;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF006400)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.39, blue: 0.00, alpha: 1.0)