Green Bell Pepper
#228800
Here's everything about the color Green Bell Pepper (#228800) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #228800 | |
|---|---|---|
| RGB | rgb(34, 136, 0) | |
| HSL | hsl(105, 100%, 27%) | |
| CMYK | cmyk(75%, 0%, 100%, 47%) | |
| LAB | lab(50, -46, 51) | |
| OKLCH | oklch(0.55 0.178 141) |
Color harmonies
Tints & shades
Code snippets
color: #228800;
background-color: #228800;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF228800)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.53, blue: 0.00, alpha: 1.0)