Shades of Dark Pastel Green #04B828
Tints of Dark Pastel Green #04B828
RGB
CMYK
RGB Variations
Color information
#04B828 (or 0x04B828) is known color: Dark Pastel Green. HEX triplet: 04, B8 and 28. RGB value is (4,184,40). Sum of RGB (Red+Green+Blue) = 4+184+40=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 184 (72.27% from 255 or 80.70% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 184 - color contains mainly: green. Hex color #04B828 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B828 is #FB47D7. Grayscale: #727272. Windows color (decimal): -16467928 or 2668548. OLE color: 2668548.
HSL color Cylindrical-coordinate representation of color #04B828: hue angle of 132º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B828 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 40 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.28 |
| HSL | 132º | 0.96% | 0.37% | - |
| HSV(B) | 132º | 0.98% | 0.72% | - |
| XYZ | 17.57 | 34.46 | 7.73 | - |
| YUV | 113.76 | 86.37 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 40 | 0.98 | 0 | 0.78 | 0.28 | 132 | 0.96 | 0.37 |
| Hex | 4 | B8 | 28 | 62 | 0 | 4E | 1C | 84 | 60 | 25 |
| Octal | 4 | 270 | 50 | 142 | 0 | 116 | 34 | 204 | 140 | 45 |
| Binary | 100 | 10111000 | 101000 | 1100010 | 0 | 1001110 | 11100 | 10000100 | 1100000 | 100101 |
Color Harmonies of #04B828
Complementary color
Monochromatic Colors of #04B828
Black with #04B828
Text Example
Text Example
White with #04B828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B828; }
p { color: rgb(4,184,40); }
H1.HeaderClassName
{
color: #04B828;
}
.AnyTagClassName
{
color: #04B828;
}
</style>
background-color css
<style>
a { background-color: #04B828; }
a { background-color: rgb(4,184,40); }
div.DivClassName
{
background-color: #04B828;
}
.BgClassName
{
background-color: #04B828;
}
</style>
border-color css
<style>
span { border-color: #04B828; }
span { border-color: rgb(4,184,40); }
td.TdClassName
{
border-color: #04B828;
}
.TagClassName
{
border-color: #04B828;
}
</style>