Shades of Green #017014
Tints of Green #017014
RGB
CMYK
RGB Variations
Color information
#017014 (or 0x017014) is known color: Green. HEX triplet: 01, 70 and 14. RGB value is (1,112,20). Sum of RGB (Red+Green+Blue) = 1+112+20=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 112 (44.14% from 255 or 84.21% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 112 - color contains mainly: green. Hex color #017014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017014 is #FE8FEB. Grayscale: #444444. Windows color (decimal): -16682988 or 1339393. OLE color: 1339393.
HSL color Cylindrical-coordinate representation of color #017014: hue angle of 130.27º 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 #017014 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 20 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.56 |
| HSL | 130.27º | 0.98% | 0.22% | - |
| HSV(B) | 130.27º | 0.99% | 0.44% | - |
| XYZ | 5.93 | 11.65 | 2.6 | - |
| YUV | 68.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 20 | 0.99 | 0 | 0.82 | 0.56 | 130.27 | 0.98 | 0.22 |
| Hex | 1 | 70 | 14 | 63 | 0 | 52 | 38 | 82 | 62 | 16 |
| Octal | 1 | 160 | 24 | 143 | 0 | 122 | 70 | 202 | 142 | 26 |
| Binary | 1 | 1110000 | 10100 | 1100011 | 0 | 1010010 | 111000 | 10000010 | 1100010 | 10110 |
Color Harmonies of #017014
Complementary color
Monochromatic Colors of #017014
Black with #017014
Text Example
Text Example
White with #017014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017014; }
p { color: rgb(1,112,20); }
H1.HeaderClassName
{
color: #017014;
}
.AnyTagClassName
{
color: #017014;
}
</style>
background-color css
<style>
a { background-color: #017014; }
a { background-color: rgb(1,112,20); }
div.DivClassName
{
background-color: #017014;
}
.BgClassName
{
background-color: #017014;
}
</style>
border-color css
<style>
span { border-color: #017014; }
span { border-color: rgb(1,112,20); }
td.TdClassName
{
border-color: #017014;
}
.TagClassName
{
border-color: #017014;
}
</style>