Shades of Green #017319
Tints of Green #017319
RGB
CMYK
RGB Variations
Color information
#017319 (or 0x017319) is known color: Green. HEX triplet: 01, 73 and 19. RGB value is (1,115,25). Sum of RGB (Red+Green+Blue) = 1+115+25=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #017319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017319 is #FE8CE6. Grayscale: #464646. Windows color (decimal): -16682215 or 1667841. OLE color: 1667841.
HSL color Cylindrical-coordinate representation of color #017319: hue angle of 132.63º 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 #017319 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 25 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.55 |
| HSL | 132.63º | 0.98% | 0.23% | - |
| HSV(B) | 132.63º | 0.99% | 0.45% | - |
| XYZ | 6.32 | 12.34 | 2.97 | - |
| YUV | 70.65 | 102.23 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 25 | 0.99 | 0 | 0.78 | 0.55 | 132.63 | 0.98 | 0.23 |
| Hex | 1 | 73 | 19 | 63 | 0 | 4E | 37 | 85 | 62 | 17 |
| Octal | 1 | 163 | 31 | 143 | 0 | 116 | 67 | 205 | 142 | 27 |
| Binary | 1 | 1110011 | 11001 | 1100011 | 0 | 1001110 | 110111 | 10000101 | 1100010 | 10111 |
Color Harmonies of #017319
Complementary color
Monochromatic Colors of #017319
Black with #017319
Text Example
Text Example
White with #017319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017319; }
p { color: rgb(1,115,25); }
H1.HeaderClassName
{
color: #017319;
}
.AnyTagClassName
{
color: #017319;
}
</style>
background-color css
<style>
a { background-color: #017319; }
a { background-color: rgb(1,115,25); }
div.DivClassName
{
background-color: #017319;
}
.BgClassName
{
background-color: #017319;
}
</style>
border-color css
<style>
span { border-color: #017319; }
span { border-color: rgb(1,115,25); }
td.TdClassName
{
border-color: #017319;
}
.TagClassName
{
border-color: #017319;
}
</style>