Shades of Green #00871C
Tints of Green #00871C
RGB
CMYK
RGB Variations
Color information
#00871C (or 0x00871C) is known color: Green. HEX triplet: 00, 87 and 1C. RGB value is (0,135,28). Sum of RGB (Red+Green+Blue) = 0+135+28=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 135 (53.12% from 255 or 82.82% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 135 - color contains mainly: green. Hex color #00871C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00871C is #FF78E3. Grayscale: #525252. Windows color (decimal): -16742628 or 1869568. OLE color: 1869568.
HSL color Cylindrical-coordinate representation of color #00871C: hue angle of 132.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00871C is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 28 | - |
| CMYK | 1 | 0 | 0.79 | 0.47 |
| HSL | 132.44º | 1% | 0.26% | - |
| HSV(B) | 132.44º | 1% | 0.53% | - |
| XYZ | 8.87 | 17.41 | 3.99 | - |
| YUV | 82.44 | 97.27 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 28 | 1 | 0 | 0.79 | 0.47 | 132.44 | 1 | 0.26 |
| Hex | 0 | 87 | 1C | 64 | 0 | 4F | 2F | 84 | 64 | 1A |
| Octal | 0 | 207 | 34 | 144 | 0 | 117 | 57 | 204 | 144 | 32 |
| Binary | 0 | 10000111 | 11100 | 1100100 | 0 | 1001111 | 101111 | 10000100 | 1100100 | 11010 |
Color Harmonies of #00871C
Complementary color
Monochromatic Colors of #00871C
Black with #00871C
Text Example
Text Example
White with #00871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00871C; }
p { color: rgb(0,135,28); }
H1.HeaderClassName
{
color: #00871C;
}
.AnyTagClassName
{
color: #00871C;
}
</style>
background-color css
<style>
a { background-color: #00871C; }
a { background-color: rgb(0,135,28); }
div.DivClassName
{
background-color: #00871C;
}
.BgClassName
{
background-color: #00871C;
}
</style>
border-color css
<style>
span { border-color: #00871C; }
span { border-color: rgb(0,135,28); }
td.TdClassName
{
border-color: #00871C;
}
.TagClassName
{
border-color: #00871C;
}
</style>