Shades of Green #017119
Tints of Green #017119
RGB
CMYK
RGB Variations
Color information
#017119 (or 0x017119) is known color: Green. HEX triplet: 01, 71 and 19. RGB value is (1,113,25). Sum of RGB (Red+Green+Blue) = 1+113+25=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #017119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017119 is #FE8EE6. Grayscale: #454545. Windows color (decimal): -16682727 or 1667329. OLE color: 1667329.
HSL color Cylindrical-coordinate representation of color #017119: hue angle of 132.86º 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 #017119 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 25 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.56 |
| HSL | 132.86º | 0.98% | 0.22% | - |
| HSV(B) | 132.86º | 0.99% | 0.44% | - |
| XYZ | 6.09 | 11.89 | 2.89 | - |
| YUV | 69.48 | 102.89 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 25 | 0.99 | 0 | 0.78 | 0.56 | 132.86 | 0.98 | 0.22 |
| Hex | 1 | 71 | 19 | 63 | 0 | 4E | 38 | 85 | 62 | 16 |
| Octal | 1 | 161 | 31 | 143 | 0 | 116 | 70 | 205 | 142 | 26 |
| Binary | 1 | 1110001 | 11001 | 1100011 | 0 | 1001110 | 111000 | 10000101 | 1100010 | 10110 |
Color Harmonies of #017119
Complementary color
Monochromatic Colors of #017119
Black with #017119
Text Example
Text Example
White with #017119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017119; }
p { color: rgb(1,113,25); }
H1.HeaderClassName
{
color: #017119;
}
.AnyTagClassName
{
color: #017119;
}
</style>
background-color css
<style>
a { background-color: #017119; }
a { background-color: rgb(1,113,25); }
div.DivClassName
{
background-color: #017119;
}
.BgClassName
{
background-color: #017119;
}
</style>
border-color css
<style>
span { border-color: #017119; }
span { border-color: rgb(1,113,25); }
td.TdClassName
{
border-color: #017119;
}
.TagClassName
{
border-color: #017119;
}
</style>