Shades of Green #016915
Tints of Green #016915
RGB
CMYK
RGB Variations
Color information
#016915 (or 0x016915) is known color: Green. HEX triplet: 01, 69 and 15. RGB value is (1,105,21). Sum of RGB (Red+Green+Blue) = 1+105+21=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #016915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016915 is #FE96EA. Grayscale: #404040. Windows color (decimal): -16684779 or 1403137. OLE color: 1403137.
HSL color Cylindrical-coordinate representation of color #016915: hue angle of 131.54º 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 #016915 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 21 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.59 |
| HSL | 131.54º | 0.98% | 0.21% | - |
| HSV(B) | 131.54º | 0.99% | 0.41% | - |
| XYZ | 5.2 | 10.16 | 2.4 | - |
| YUV | 64.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 21 | 0.99 | 0 | 0.80 | 0.59 | 131.54 | 0.98 | 0.21 |
| Hex | 1 | 69 | 15 | 63 | 0 | 50 | 3B | 84 | 62 | 15 |
| Octal | 1 | 151 | 25 | 143 | 0 | 120 | 73 | 204 | 142 | 25 |
| Binary | 1 | 1101001 | 10101 | 1100011 | 0 | 1010000 | 111011 | 10000100 | 1100010 | 10101 |
Color Harmonies of #016915
Complementary color
Monochromatic Colors of #016915
Black with #016915
Text Example
Text Example
White with #016915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016915; }
p { color: rgb(1,105,21); }
H1.HeaderClassName
{
color: #016915;
}
.AnyTagClassName
{
color: #016915;
}
</style>
background-color css
<style>
a { background-color: #016915; }
a { background-color: rgb(1,105,21); }
div.DivClassName
{
background-color: #016915;
}
.BgClassName
{
background-color: #016915;
}
</style>
border-color css
<style>
span { border-color: #016915; }
span { border-color: rgb(1,105,21); }
td.TdClassName
{
border-color: #016915;
}
.TagClassName
{
border-color: #016915;
}
</style>