Shades of Dark Pastel Green #00B828
Tints of Dark Pastel Green #00B828
RGB
CMYK
RGB Variations
Color information
#00B828 (or 0x00B828) is known color: Dark Pastel Green. HEX triplet: 00, B8 and 28. RGB value is (0,184,40). Sum of RGB (Red+Green+Blue) = 0+184+40=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 184 (72.27% from 255 or 82.14% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 184 - color contains mainly: green. Hex color #00B828 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B828 is #FF47D7. Grayscale: #707070. Windows color (decimal): -16730072 or 2668544. OLE color: 2668544.
HSL color Cylindrical-coordinate representation of color #00B828: hue angle of 133.04º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B828 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 40 | - |
| CMYK | 1 | 0 | 0.78 | 0.28 |
| HSL | 133.04º | 1% | 0.36% | - |
| HSV(B) | 133.04º | 1% | 0.72% | - |
| XYZ | 17.52 | 34.43 | 7.73 | - |
| YUV | 112.57 | 87.04 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 40 | 1 | 0 | 0.78 | 0.28 | 133.04 | 1 | 0.36 |
| Hex | 0 | B8 | 28 | 64 | 0 | 4E | 1C | 85 | 64 | 24 |
| Octal | 0 | 270 | 50 | 144 | 0 | 116 | 34 | 205 | 144 | 44 |
| Binary | 0 | 10111000 | 101000 | 1100100 | 0 | 1001110 | 11100 | 10000101 | 1100100 | 100100 |
Color Harmonies of #00B828
Complementary color
Monochromatic Colors of #00B828
Black with #00B828
Text Example
Text Example
White with #00B828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B828; }
p { color: rgb(0,184,40); }
H1.HeaderClassName
{
color: #00B828;
}
.AnyTagClassName
{
color: #00B828;
}
</style>
background-color css
<style>
a { background-color: #00B828; }
a { background-color: rgb(0,184,40); }
div.DivClassName
{
background-color: #00B828;
}
.BgClassName
{
background-color: #00B828;
}
</style>
border-color css
<style>
span { border-color: #00B828; }
span { border-color: rgb(0,184,40); }
td.TdClassName
{
border-color: #00B828;
}
.TagClassName
{
border-color: #00B828;
}
</style>