Shades of Green #017111
Tints of Green #017111
RGB
CMYK
RGB Variations
Color information
#017111 (or 0x017111) is known color: Green. HEX triplet: 01, 71 and 11. RGB value is (1,113,17). Sum of RGB (Red+Green+Blue) = 1+113+17=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 113 (44.53% from 255 or 86.26% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 113 - color contains mainly: green. Hex color #017111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017111 is #FE8EEE. Grayscale: #444444. Windows color (decimal): -16682735 or 1143041. OLE color: 1143041.
HSL color Cylindrical-coordinate representation of color #017111: hue angle of 128.57º 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 #017111 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 17 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.56 |
| HSL | 128.57º | 0.98% | 0.22% | - |
| HSV(B) | 128.57º | 0.99% | 0.44% | - |
| XYZ | 6.02 | 11.86 | 2.5 | - |
| YUV | 68.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 17 | 0.99 | 0 | 0.85 | 0.56 | 128.57 | 0.98 | 0.22 |
| Hex | 1 | 71 | 11 | 63 | 0 | 55 | 38 | 81 | 62 | 16 |
| Octal | 1 | 161 | 21 | 143 | 0 | 125 | 70 | 201 | 142 | 26 |
| Binary | 1 | 1110001 | 10001 | 1100011 | 0 | 1010101 | 111000 | 10000001 | 1100010 | 10110 |
Color Harmonies of #017111
Complementary color
Monochromatic Colors of #017111
Black with #017111
Text Example
Text Example
White with #017111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017111; }
p { color: rgb(1,113,17); }
H1.HeaderClassName
{
color: #017111;
}
.AnyTagClassName
{
color: #017111;
}
</style>
background-color css
<style>
a { background-color: #017111; }
a { background-color: rgb(1,113,17); }
div.DivClassName
{
background-color: #017111;
}
.BgClassName
{
background-color: #017111;
}
</style>
border-color css
<style>
span { border-color: #017111; }
span { border-color: rgb(1,113,17); }
td.TdClassName
{
border-color: #017111;
}
.TagClassName
{
border-color: #017111;
}
</style>