Shades of Green #007312
Tints of Green #007312
RGB
CMYK
RGB Variations
Color information
#007312 (or 0x007312) is known color: Green. HEX triplet: 00, 73 and 12. RGB value is (0,115,18). Sum of RGB (Red+Green+Blue) = 0+115+18=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 115 (45.31% from 255 or 86.47% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 115 - color contains mainly: green. Hex color #007312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007312 is #FF8CED. Grayscale: #454545. Windows color (decimal): -16747758 or 1209088. OLE color: 1209088.
HSL color Cylindrical-coordinate representation of color #007312: hue angle of 129.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007312 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 18 | - |
| CMYK | 1 | 0 | 0.84 | 0.55 |
| HSL | 129.39º | 1% | 0.23% | - |
| HSV(B) | 129.39º | 1% | 0.45% | - |
| XYZ | 6.24 | 12.31 | 2.62 | - |
| YUV | 69.56 | 98.9 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 18 | 1 | 0 | 0.84 | 0.55 | 129.39 | 1 | 0.23 |
| Hex | 0 | 73 | 12 | 64 | 0 | 54 | 37 | 81 | 64 | 17 |
| Octal | 0 | 163 | 22 | 144 | 0 | 124 | 67 | 201 | 144 | 27 |
| Binary | 0 | 1110011 | 10010 | 1100100 | 0 | 1010100 | 110111 | 10000001 | 1100100 | 10111 |
Color Harmonies of #007312
Complementary color
Monochromatic Colors of #007312
Black with #007312
Text Example
Text Example
White with #007312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007312; }
p { color: rgb(0,115,18); }
H1.HeaderClassName
{
color: #007312;
}
.AnyTagClassName
{
color: #007312;
}
</style>
background-color css
<style>
a { background-color: #007312; }
a { background-color: rgb(0,115,18); }
div.DivClassName
{
background-color: #007312;
}
.BgClassName
{
background-color: #007312;
}
</style>
border-color css
<style>
span { border-color: #007312; }
span { border-color: rgb(0,115,18); }
td.TdClassName
{
border-color: #007312;
}
.TagClassName
{
border-color: #007312;
}
</style>