Shades of Green #017502
Tints of Green #017502
RGB
CMYK
RGB Variations
Color information
#017502 (or 0x017502) is known color: Green. HEX triplet: 01, 75 and 02. RGB value is (1,117,2). Sum of RGB (Red+Green+Blue) = 1+117+2=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 117 (46.09% from 255 or 97.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 117 - color contains mainly: green. Hex color #017502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017502 is #FE8AFD. Grayscale: #454545. Windows color (decimal): -16681726 or 161025. OLE color: 161025.
HSL color Cylindrical-coordinate representation of color #017502: hue angle of 120.52º 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 #017502 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.54 |
| HSL | 120.52º | 0.98% | 0.23% | - |
| HSV(B) | 120.52º | 0.99% | 0.46% | - |
| XYZ | 6.38 | 12.73 | 2.18 | - |
| YUV | 69.21 | 90.07 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 2 | 0.99 | 0 | 0.98 | 0.54 | 120.52 | 0.98 | 0.23 |
| Hex | 1 | 75 | 2 | 63 | 0 | 62 | 36 | 79 | 62 | 17 |
| Octal | 1 | 165 | 2 | 143 | 0 | 142 | 66 | 171 | 142 | 27 |
| Binary | 1 | 1110101 | 10 | 1100011 | 0 | 1100010 | 110110 | 1111001 | 1100010 | 10111 |
Color Harmonies of #017502
Complementary color
Monochromatic Colors of #017502
Black with #017502
Text Example
Text Example
White with #017502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017502; }
p { color: rgb(1,117,2); }
H1.HeaderClassName
{
color: #017502;
}
.AnyTagClassName
{
color: #017502;
}
</style>
background-color css
<style>
a { background-color: #017502; }
a { background-color: rgb(1,117,2); }
div.DivClassName
{
background-color: #017502;
}
.BgClassName
{
background-color: #017502;
}
</style>
border-color css
<style>
span { border-color: #017502; }
span { border-color: rgb(1,117,2); }
td.TdClassName
{
border-color: #017502;
}
.TagClassName
{
border-color: #017502;
}
</style>