Shades of Green #008410
Tints of Green #008410
RGB
CMYK
RGB Variations
Color information
#008410 (or 0x008410) is known color: Green. HEX triplet: 00, 84 and 10. RGB value is (0,132,16). Sum of RGB (Red+Green+Blue) = 0+132+16=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 132 (51.95% from 255 or 89.19% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 132 - color contains mainly: green. Hex color #008410 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008410 is #FF7BEF. Grayscale: #4F4F4F. Windows color (decimal): -16743408 or 1082368. OLE color: 1082368.
HSL color Cylindrical-coordinate representation of color #008410: hue angle of 127.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008410 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 16 | - |
| CMYK | 1 | 0 | 0.88 | 0.48 |
| HSL | 127.27º | 1% | 0.26% | - |
| HSV(B) | 127.27º | 1% | 0.52% | - |
| XYZ | 8.34 | 16.54 | 3.24 | - |
| YUV | 79.31 | 92.27 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 16 | 1 | 0 | 0.88 | 0.48 | 127.27 | 1 | 0.26 |
| Hex | 0 | 84 | 10 | 64 | 0 | 58 | 30 | 7F | 64 | 1A |
| Octal | 0 | 204 | 20 | 144 | 0 | 130 | 60 | 177 | 144 | 32 |
| Binary | 0 | 10000100 | 10000 | 1100100 | 0 | 1011000 | 110000 | 1111111 | 1100100 | 11010 |
Color Harmonies of #008410
Complementary color
Monochromatic Colors of #008410
Black with #008410
Text Example
Text Example
White with #008410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008410; }
p { color: rgb(0,132,16); }
H1.HeaderClassName
{
color: #008410;
}
.AnyTagClassName
{
color: #008410;
}
</style>
background-color css
<style>
a { background-color: #008410; }
a { background-color: rgb(0,132,16); }
div.DivClassName
{
background-color: #008410;
}
.BgClassName
{
background-color: #008410;
}
</style>
border-color css
<style>
span { border-color: #008410; }
span { border-color: rgb(0,132,16); }
td.TdClassName
{
border-color: #008410;
}
.TagClassName
{
border-color: #008410;
}
</style>