PCB Green
#002d04
Looking for the precise values behind PCB Green (#002d04)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #002d04 | |
|---|---|---|
| RGB | rgb(0, 45, 4) | |
| HSL | hsl(125, 100%, 9%) | |
| CMYK | cmyk(100%, 0%, 91%, 82%) | |
| LAB | lab(15, -23, 19) | |
| OKLCH | oklch(0.26 0.083 144) |
Color harmonies
Tints & shades
Code snippets
color: #002d04;
background-color: #002d04;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF002D04)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.18, blue: 0.02, alpha: 1.0)