Shades of Green #017012
Tints of Green #017012
RGB
CMYK
RGB Variations
Color information
#017012 (or 0x017012) is known color: Green. HEX triplet: 01, 70 and 12. RGB value is (1,112,18). Sum of RGB (Red+Green+Blue) = 1+112+18=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #017012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017012 is #FE8FED. Grayscale: #444444. Windows color (decimal): -16682990 or 1208321. OLE color: 1208321.
HSL color Cylindrical-coordinate representation of color #017012: hue angle of 129.19º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017012 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 18 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.56 |
| HSL | 129.19º | 0.98% | 0.22% | - |
| HSV(B) | 129.19º | 0.99% | 0.44% | - |
| XYZ | 5.92 | 11.64 | 2.51 | - |
| YUV | 68.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 18 | 0.99 | 0 | 0.84 | 0.56 | 129.19 | 0.98 | 0.22 |
| Hex | 1 | 70 | 12 | 63 | 0 | 54 | 38 | 81 | 62 | 16 |
| Octal | 1 | 160 | 22 | 143 | 0 | 124 | 70 | 201 | 142 | 26 |
| Binary | 1 | 1110000 | 10010 | 1100011 | 0 | 1010100 | 111000 | 10000001 | 1100010 | 10110 |
Color Harmonies of #017012
Complementary color
Monochromatic Colors of #017012
Black with #017012
Text Example
Text Example
White with #017012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017012; }
p { color: rgb(1,112,18); }
H1.HeaderClassName
{
color: #017012;
}
.AnyTagClassName
{
color: #017012;
}
</style>
background-color css
<style>
a { background-color: #017012; }
a { background-color: rgb(1,112,18); }
div.DivClassName
{
background-color: #017012;
}
.BgClassName
{
background-color: #017012;
}
</style>
border-color css
<style>
span { border-color: #017012; }
span { border-color: rgb(1,112,18); }
td.TdClassName
{
border-color: #017012;
}
.TagClassName
{
border-color: #017012;
}
</style>