Shades of Green #017414
Tints of Green #017414
RGB
CMYK
RGB Variations
Color information
#017414 (or 0x017414) is known color: Green. HEX triplet: 01, 74 and 14. RGB value is (1,116,20). Sum of RGB (Red+Green+Blue) = 1+116+20=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 116 (45.70% from 255 or 84.67% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 116 - color contains mainly: green. Hex color #017414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017414 is #FE8BEB. Grayscale: #464646. Windows color (decimal): -16681964 or 1340417. OLE color: 1340417.
HSL color Cylindrical-coordinate representation of color #017414: hue angle of 129.91º 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 #017414 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 20 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.55 |
| HSL | 129.91º | 0.98% | 0.23% | - |
| HSV(B) | 129.91º | 0.99% | 0.45% | - |
| XYZ | 6.38 | 12.55 | 2.75 | - |
| YUV | 70.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 20 | 0.99 | 0 | 0.83 | 0.55 | 129.91 | 0.98 | 0.23 |
| Hex | 1 | 74 | 14 | 63 | 0 | 53 | 37 | 82 | 62 | 17 |
| Octal | 1 | 164 | 24 | 143 | 0 | 123 | 67 | 202 | 142 | 27 |
| Binary | 1 | 1110100 | 10100 | 1100011 | 0 | 1010011 | 110111 | 10000010 | 1100010 | 10111 |
Color Harmonies of #017414
Complementary color
Monochromatic Colors of #017414
Black with #017414
Text Example
Text Example
White with #017414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017414; }
p { color: rgb(1,116,20); }
H1.HeaderClassName
{
color: #017414;
}
.AnyTagClassName
{
color: #017414;
}
</style>
background-color css
<style>
a { background-color: #017414; }
a { background-color: rgb(1,116,20); }
div.DivClassName
{
background-color: #017414;
}
.BgClassName
{
background-color: #017414;
}
</style>
border-color css
<style>
span { border-color: #017414; }
span { border-color: rgb(1,116,20); }
td.TdClassName
{
border-color: #017414;
}
.TagClassName
{
border-color: #017414;
}
</style>