Shades of Green #016314
Tints of Green #016314
RGB
CMYK
RGB Variations
Color information
#016314 (or 0x016314) is known color: Green. HEX triplet: 01, 63 and 14. RGB value is (1,99,20). Sum of RGB (Red+Green+Blue) = 1+99+20=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #016314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016314 is #FE9CEB. Grayscale: #3C3C3C. Windows color (decimal): -16686316 or 1336065. OLE color: 1336065.
HSL color Cylindrical-coordinate representation of color #016314: hue angle of 131.63º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016314 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 20 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.61 |
| HSL | 131.63º | 0.98% | 0.2% | - |
| HSV(B) | 131.63º | 0.99% | 0.39% | - |
| XYZ | 4.6 | 8.98 | 2.15 | - |
| YUV | 60.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 20 | 0.99 | 0 | 0.80 | 0.61 | 131.63 | 0.98 | 0.2 |
| Hex | 1 | 63 | 14 | 63 | 0 | 50 | 3D | 84 | 62 | 14 |
| Octal | 1 | 143 | 24 | 143 | 0 | 120 | 75 | 204 | 142 | 24 |
| Binary | 1 | 1100011 | 10100 | 1100011 | 0 | 1010000 | 111101 | 10000100 | 1100010 | 10100 |
Color Harmonies of #016314
Complementary color
Monochromatic Colors of #016314
Black with #016314
Text Example
Text Example
White with #016314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016314; }
p { color: rgb(1,99,20); }
H1.HeaderClassName
{
color: #016314;
}
.AnyTagClassName
{
color: #016314;
}
</style>
background-color css
<style>
a { background-color: #016314; }
a { background-color: rgb(1,99,20); }
div.DivClassName
{
background-color: #016314;
}
.BgClassName
{
background-color: #016314;
}
</style>
border-color css
<style>
span { border-color: #016314; }
span { border-color: rgb(1,99,20); }
td.TdClassName
{
border-color: #016314;
}
.TagClassName
{
border-color: #016314;
}
</style>