Shades of Green #017518
Tints of Green #017518
RGB
CMYK
RGB Variations
Color information
#017518 (or 0x017518) is known color: Green. HEX triplet: 01, 75 and 18. RGB value is (1,117,24). Sum of RGB (Red+Green+Blue) = 1+117+24=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 117 (46.09% from 255 or 82.39% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 117 - color contains mainly: green. Hex color #017518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017518 is #FE8AE7. Grayscale: #474747. Windows color (decimal): -16681704 or 1602817. OLE color: 1602817.
HSL color Cylindrical-coordinate representation of color #017518: hue angle of 131.9º 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 #017518 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 24 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.54 |
| HSL | 131.9º | 0.98% | 0.23% | - |
| HSV(B) | 131.9º | 0.99% | 0.46% | - |
| XYZ | 6.54 | 12.79 | 2.99 | - |
| YUV | 71.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 24 | 0.99 | 0 | 0.79 | 0.54 | 131.9 | 0.98 | 0.23 |
| Hex | 1 | 75 | 18 | 63 | 0 | 4F | 36 | 84 | 62 | 17 |
| Octal | 1 | 165 | 30 | 143 | 0 | 117 | 66 | 204 | 142 | 27 |
| Binary | 1 | 1110101 | 11000 | 1100011 | 0 | 1001111 | 110110 | 10000100 | 1100010 | 10111 |
Color Harmonies of #017518
Complementary color
Monochromatic Colors of #017518
Black with #017518
Text Example
Text Example
White with #017518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017518; }
p { color: rgb(1,117,24); }
H1.HeaderClassName
{
color: #017518;
}
.AnyTagClassName
{
color: #017518;
}
</style>
background-color css
<style>
a { background-color: #017518; }
a { background-color: rgb(1,117,24); }
div.DivClassName
{
background-color: #017518;
}
.BgClassName
{
background-color: #017518;
}
</style>
border-color css
<style>
span { border-color: #017518; }
span { border-color: rgb(1,117,24); }
td.TdClassName
{
border-color: #017518;
}
.TagClassName
{
border-color: #017518;
}
</style>