Shades of Green #017217
Tints of Green #017217
RGB
CMYK
RGB Variations
Color information
#017217 (or 0x017217) is known color: Green. HEX triplet: 01, 72 and 17. RGB value is (1,114,23). Sum of RGB (Red+Green+Blue) = 1+114+23=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 114 (44.92% from 255 or 82.61% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 114 - color contains mainly: green. Hex color #017217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017217 is #FE8DE8. Grayscale: #464646. Windows color (decimal): -16682473 or 1536513. OLE color: 1536513.
HSL color Cylindrical-coordinate representation of color #017217: hue angle of 131.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017217 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 114 | 23 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.55 |
| HSL | 131.68º | 0.98% | 0.23% | - |
| HSV(B) | 131.68º | 0.99% | 0.45% | - |
| XYZ | 6.18 | 12.1 | 2.82 | - |
| YUV | 69.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 23 | 0.99 | 0 | 0.80 | 0.55 | 131.68 | 0.98 | 0.23 |
| Hex | 1 | 72 | 17 | 63 | 0 | 50 | 37 | 84 | 62 | 17 |
| Octal | 1 | 162 | 27 | 143 | 0 | 120 | 67 | 204 | 142 | 27 |
| Binary | 1 | 1110010 | 10111 | 1100011 | 0 | 1010000 | 110111 | 10000100 | 1100010 | 10111 |
Color Harmonies of #017217
Complementary color
Monochromatic Colors of #017217
Black with #017217
Text Example
Text Example
White with #017217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017217; }
p { color: rgb(1,114,23); }
H1.HeaderClassName
{
color: #017217;
}
.AnyTagClassName
{
color: #017217;
}
</style>
background-color css
<style>
a { background-color: #017217; }
a { background-color: rgb(1,114,23); }
div.DivClassName
{
background-color: #017217;
}
.BgClassName
{
background-color: #017217;
}
</style>
border-color css
<style>
span { border-color: #017217; }
span { border-color: rgb(1,114,23); }
td.TdClassName
{
border-color: #017217;
}
.TagClassName
{
border-color: #017217;
}
</style>