Shades of Green #008412
Tints of Green #008412
RGB
CMYK
RGB Variations
Color information
#008412 (or 0x008412) is known color: Green. HEX triplet: 00, 84 and 12. RGB value is (0,132,18). Sum of RGB (Red+Green+Blue) = 0+132+18=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 132 (51.95% from 255 or 88% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 132 - color contains mainly: green. Hex color #008412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008412 is #FF7BED. Grayscale: #4F4F4F. Windows color (decimal): -16743406 or 1213440. OLE color: 1213440.
HSL color Cylindrical-coordinate representation of color #008412: hue angle of 128.18º 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 #008412 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 18 | - |
| CMYK | 1 | 0 | 0.86 | 0.48 |
| HSL | 128.18º | 1% | 0.26% | - |
| HSV(B) | 128.18º | 1% | 0.52% | - |
| XYZ | 8.36 | 16.55 | 3.33 | - |
| YUV | 79.54 | 93.27 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 18 | 1 | 0 | 0.86 | 0.48 | 128.18 | 1 | 0.26 |
| Hex | 0 | 84 | 12 | 64 | 0 | 56 | 30 | 80 | 64 | 1A |
| Octal | 0 | 204 | 22 | 144 | 0 | 126 | 60 | 200 | 144 | 32 |
| Binary | 0 | 10000100 | 10010 | 1100100 | 0 | 1010110 | 110000 | 10000000 | 1100100 | 11010 |
Color Harmonies of #008412
Complementary color
Monochromatic Colors of #008412
Black with #008412
Text Example
Text Example
White with #008412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008412; }
p { color: rgb(0,132,18); }
H1.HeaderClassName
{
color: #008412;
}
.AnyTagClassName
{
color: #008412;
}
</style>
background-color css
<style>
a { background-color: #008412; }
a { background-color: rgb(0,132,18); }
div.DivClassName
{
background-color: #008412;
}
.BgClassName
{
background-color: #008412;
}
</style>
border-color css
<style>
span { border-color: #008412; }
span { border-color: rgb(0,132,18); }
td.TdClassName
{
border-color: #008412;
}
.TagClassName
{
border-color: #008412;
}
</style>