Shades of Green #017513
Tints of Green #017513
RGB
CMYK
RGB Variations
Color information
#017513 (or 0x017513) is known color: Green. HEX triplet: 01, 75 and 13. RGB value is (1,117,19). Sum of RGB (Red+Green+Blue) = 1+117+19=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 117 (46.09% from 255 or 85.40% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 117 - color contains mainly: green. Hex color #017513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017513 is #FE8AEC. Grayscale: #474747. Windows color (decimal): -16681709 or 1275137. OLE color: 1275137.
HSL color Cylindrical-coordinate representation of color #017513: hue angle of 129.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017513 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 19 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.54 |
| HSL | 129.31º | 0.98% | 0.23% | - |
| HSV(B) | 129.31º | 0.99% | 0.46% | - |
| XYZ | 6.49 | 12.78 | 2.74 | - |
| YUV | 71.14 | 98.57 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 19 | 0.99 | 0 | 0.84 | 0.54 | 129.31 | 0.98 | 0.23 |
| Hex | 1 | 75 | 13 | 63 | 0 | 54 | 36 | 81 | 62 | 17 |
| Octal | 1 | 165 | 23 | 143 | 0 | 124 | 66 | 201 | 142 | 27 |
| Binary | 1 | 1110101 | 10011 | 1100011 | 0 | 1010100 | 110110 | 10000001 | 1100010 | 10111 |
Color Harmonies of #017513
Complementary color
Monochromatic Colors of #017513
Black with #017513
Text Example
Text Example
White with #017513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017513; }
p { color: rgb(1,117,19); }
H1.HeaderClassName
{
color: #017513;
}
.AnyTagClassName
{
color: #017513;
}
</style>
background-color css
<style>
a { background-color: #017513; }
a { background-color: rgb(1,117,19); }
div.DivClassName
{
background-color: #017513;
}
.BgClassName
{
background-color: #017513;
}
</style>
border-color css
<style>
span { border-color: #017513; }
span { border-color: rgb(1,117,19); }
td.TdClassName
{
border-color: #017513;
}
.TagClassName
{
border-color: #017513;
}
</style>