Shades of Green #017317
Tints of Green #017317
RGB
CMYK
RGB Variations
Color information
#017317 (or 0x017317) is known color: Green. HEX triplet: 01, 73 and 17. RGB value is (1,115,23). Sum of RGB (Red+Green+Blue) = 1+115+23=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 115 (45.31% from 255 or 82.73% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 115 - color contains mainly: green. Hex color #017317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017317 is #FE8CE8. Grayscale: #464646. Windows color (decimal): -16682217 or 1536769. OLE color: 1536769.
HSL color Cylindrical-coordinate representation of color #017317: hue angle of 131.58º 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 #017317 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 23 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.55 |
| HSL | 131.58º | 0.98% | 0.23% | - |
| HSV(B) | 131.58º | 0.99% | 0.45% | - |
| XYZ | 6.3 | 12.33 | 2.86 | - |
| YUV | 70.43 | 101.23 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 23 | 0.99 | 0 | 0.80 | 0.55 | 131.58 | 0.98 | 0.23 |
| Hex | 1 | 73 | 17 | 63 | 0 | 50 | 37 | 84 | 62 | 17 |
| Octal | 1 | 163 | 27 | 143 | 0 | 120 | 67 | 204 | 142 | 27 |
| Binary | 1 | 1110011 | 10111 | 1100011 | 0 | 1010000 | 110111 | 10000100 | 1100010 | 10111 |
Color Harmonies of #017317
Complementary color
Monochromatic Colors of #017317
Black with #017317
Text Example
Text Example
White with #017317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017317; }
p { color: rgb(1,115,23); }
H1.HeaderClassName
{
color: #017317;
}
.AnyTagClassName
{
color: #017317;
}
</style>
background-color css
<style>
a { background-color: #017317; }
a { background-color: rgb(1,115,23); }
div.DivClassName
{
background-color: #017317;
}
.BgClassName
{
background-color: #017317;
}
</style>
border-color css
<style>
span { border-color: #017317; }
span { border-color: rgb(1,115,23); }
td.TdClassName
{
border-color: #017317;
}
.TagClassName
{
border-color: #017317;
}
</style>