Shades of Green #017018
Tints of Green #017018
RGB
CMYK
RGB Variations
Color information
#017018 (or 0x017018) is known color: Green. HEX triplet: 01, 70 and 18. RGB value is (1,112,24). Sum of RGB (Red+Green+Blue) = 1+112+24=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 112 (44.14% from 255 or 81.75% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 112 - color contains mainly: green. Hex color #017018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017018 is #FE8FE7. Grayscale: #454545. Windows color (decimal): -16682984 or 1601537. OLE color: 1601537.
HSL color Cylindrical-coordinate representation of color #017018: hue angle of 132.43º 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 #017018 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 24 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.56 |
| HSL | 132.43º | 0.98% | 0.22% | - |
| HSV(B) | 132.43º | 0.99% | 0.44% | - |
| XYZ | 5.97 | 11.66 | 2.8 | - |
| YUV | 68.78 | 102.73 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 24 | 0.99 | 0 | 0.79 | 0.56 | 132.43 | 0.98 | 0.22 |
| Hex | 1 | 70 | 18 | 63 | 0 | 4F | 38 | 84 | 62 | 16 |
| Octal | 1 | 160 | 30 | 143 | 0 | 117 | 70 | 204 | 142 | 26 |
| Binary | 1 | 1110000 | 11000 | 1100011 | 0 | 1001111 | 111000 | 10000100 | 1100010 | 10110 |
Color Harmonies of #017018
Complementary color
Monochromatic Colors of #017018
Black with #017018
Text Example
Text Example
White with #017018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017018; }
p { color: rgb(1,112,24); }
H1.HeaderClassName
{
color: #017018;
}
.AnyTagClassName
{
color: #017018;
}
</style>
background-color css
<style>
a { background-color: #017018; }
a { background-color: rgb(1,112,24); }
div.DivClassName
{
background-color: #017018;
}
.BgClassName
{
background-color: #017018;
}
</style>
border-color css
<style>
span { border-color: #017018; }
span { border-color: rgb(1,112,24); }
td.TdClassName
{
border-color: #017018;
}
.TagClassName
{
border-color: #017018;
}
</style>