Shades of Dark Pastel Green #00B827
Tints of Dark Pastel Green #00B827
RGB
CMYK
RGB Variations
Color information
#00B827 (or 0x00B827) is known color: Dark Pastel Green. HEX triplet: 00, B8 and 27. RGB value is (0,184,39). Sum of RGB (Red+Green+Blue) = 0+184+39=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 184 (72.27% from 255 or 82.51% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 184 - color contains mainly: green. Hex color #00B827 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B827 is #FF47D8. Grayscale: #707070. Windows color (decimal): -16730073 or 2603008. OLE color: 2603008.
HSL color Cylindrical-coordinate representation of color #00B827: hue angle of 132.72º 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 #00B827 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 39 | - |
| CMYK | 1 | 0 | 0.79 | 0.28 |
| HSL | 132.72º | 1% | 0.36% | - |
| HSV(B) | 132.72º | 1% | 0.72% | - |
| XYZ | 17.51 | 34.43 | 7.64 | - |
| YUV | 112.45 | 86.54 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 39 | 1 | 0 | 0.79 | 0.28 | 132.72 | 1 | 0.36 |
| Hex | 0 | B8 | 27 | 64 | 0 | 4F | 1C | 85 | 64 | 24 |
| Octal | 0 | 270 | 47 | 144 | 0 | 117 | 34 | 205 | 144 | 44 |
| Binary | 0 | 10111000 | 100111 | 1100100 | 0 | 1001111 | 11100 | 10000101 | 1100100 | 100100 |
Color Harmonies of #00B827
Complementary color
Monochromatic Colors of #00B827
Black with #00B827
Text Example
Text Example
White with #00B827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B827; }
p { color: rgb(0,184,39); }
H1.HeaderClassName
{
color: #00B827;
}
.AnyTagClassName
{
color: #00B827;
}
</style>
background-color css
<style>
a { background-color: #00B827; }
a { background-color: rgb(0,184,39); }
div.DivClassName
{
background-color: #00B827;
}
.BgClassName
{
background-color: #00B827;
}
</style>
border-color css
<style>
span { border-color: #00B827; }
span { border-color: rgb(0,184,39); }
td.TdClassName
{
border-color: #00B827;
}
.TagClassName
{
border-color: #00B827;
}
</style>