Shades of Green #007212
Tints of Green #007212
RGB
CMYK
RGB Variations
Color information
#007212 (or 0x007212) is known color: Green. HEX triplet: 00, 72 and 12. RGB value is (0,114,18). Sum of RGB (Red+Green+Blue) = 0+114+18=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 114 (44.92% from 255 or 86.36% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 114 - color contains mainly: green. Hex color #007212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007212 is #FF8DED. Grayscale: #454545. Windows color (decimal): -16748014 or 1208832. OLE color: 1208832.
HSL color Cylindrical-coordinate representation of color #007212: hue angle of 129.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007212 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 18 | - |
| CMYK | 1 | 0 | 0.84 | 0.55 |
| HSL | 129.47º | 1% | 0.22% | - |
| HSV(B) | 129.47º | 1% | 0.45% | - |
| XYZ | 6.13 | 12.08 | 2.58 | - |
| YUV | 68.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 18 | 1 | 0 | 0.84 | 0.55 | 129.47 | 1 | 0.22 |
| Hex | 0 | 72 | 12 | 64 | 0 | 54 | 37 | 81 | 64 | 16 |
| Octal | 0 | 162 | 22 | 144 | 0 | 124 | 67 | 201 | 144 | 26 |
| Binary | 0 | 1110010 | 10010 | 1100100 | 0 | 1010100 | 110111 | 10000001 | 1100100 | 10110 |
Color Harmonies of #007212
Complementary color
Monochromatic Colors of #007212
Black with #007212
Text Example
Text Example
White with #007212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007212; }
p { color: rgb(0,114,18); }
H1.HeaderClassName
{
color: #007212;
}
.AnyTagClassName
{
color: #007212;
}
</style>
background-color css
<style>
a { background-color: #007212; }
a { background-color: rgb(0,114,18); }
div.DivClassName
{
background-color: #007212;
}
.BgClassName
{
background-color: #007212;
}
</style>
border-color css
<style>
span { border-color: #007212; }
span { border-color: rgb(0,114,18); }
td.TdClassName
{
border-color: #007212;
}
.TagClassName
{
border-color: #007212;
}
</style>