Shades of Green #016918
Tints of Green #016918
RGB
CMYK
RGB Variations
Color information
#016918 (or 0x016918) is known color: Green. HEX triplet: 01, 69 and 18. RGB value is (1,105,24). Sum of RGB (Red+Green+Blue) = 1+105+24=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #016918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016918 is #FE96E7. Grayscale: #404040. Windows color (decimal): -16684776 or 1599745. OLE color: 1599745.
HSL color Cylindrical-coordinate representation of color #016918: hue angle of 133.27º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016918 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 24 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.59 |
| HSL | 133.27º | 0.98% | 0.21% | - |
| HSV(B) | 133.27º | 0.99% | 0.41% | - |
| XYZ | 5.23 | 10.18 | 2.55 | - |
| YUV | 64.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 24 | 0.99 | 0 | 0.77 | 0.59 | 133.27 | 0.98 | 0.21 |
| Hex | 1 | 69 | 18 | 63 | 0 | 4D | 3B | 85 | 62 | 15 |
| Octal | 1 | 151 | 30 | 143 | 0 | 115 | 73 | 205 | 142 | 25 |
| Binary | 1 | 1101001 | 11000 | 1100011 | 0 | 1001101 | 111011 | 10000101 | 1100010 | 10101 |
Color Harmonies of #016918
Complementary color
Monochromatic Colors of #016918
Black with #016918
Text Example
Text Example
White with #016918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016918; }
p { color: rgb(1,105,24); }
H1.HeaderClassName
{
color: #016918;
}
.AnyTagClassName
{
color: #016918;
}
</style>
background-color css
<style>
a { background-color: #016918; }
a { background-color: rgb(1,105,24); }
div.DivClassName
{
background-color: #016918;
}
.BgClassName
{
background-color: #016918;
}
</style>
border-color css
<style>
span { border-color: #016918; }
span { border-color: rgb(1,105,24); }
td.TdClassName
{
border-color: #016918;
}
.TagClassName
{
border-color: #016918;
}
</style>