Shades of Green #047016
Tints of Green #047016
RGB
CMYK
RGB Variations
Color information
#047016 (or 0x047016) is known color: Green. HEX triplet: 04, 70 and 16. RGB value is (4,112,22). Sum of RGB (Red+Green+Blue) = 4+112+22=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 112 (44.14% from 255 or 81.16% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 112 - color contains mainly: green. Hex color #047016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047016 is #FB8FE9. Grayscale: #454545. Windows color (decimal): -16486378 or 1470468. OLE color: 1470468.
HSL color Cylindrical-coordinate representation of color #047016: hue angle of 130º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047016 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 22 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.56 |
| HSL | 130º | 0.93% | 0.23% | - |
| HSV(B) | 130º | 0.96% | 0.44% | - |
| XYZ | 5.99 | 11.67 | 2.7 | - |
| YUV | 69.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 22 | 0.96 | 0 | 0.80 | 0.56 | 130 | 0.93 | 0.23 |
| Hex | 4 | 70 | 16 | 60 | 0 | 50 | 38 | 82 | 5D | 17 |
| Octal | 4 | 160 | 26 | 140 | 0 | 120 | 70 | 202 | 135 | 27 |
| Binary | 100 | 1110000 | 10110 | 1100000 | 0 | 1010000 | 111000 | 10000010 | 1011101 | 10111 |
Color Harmonies of #047016
Complementary color
Monochromatic Colors of #047016
Black with #047016
Text Example
Text Example
White with #047016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047016; }
p { color: rgb(4,112,22); }
H1.HeaderClassName
{
color: #047016;
}
.AnyTagClassName
{
color: #047016;
}
</style>
background-color css
<style>
a { background-color: #047016; }
a { background-color: rgb(4,112,22); }
div.DivClassName
{
background-color: #047016;
}
.BgClassName
{
background-color: #047016;
}
</style>
border-color css
<style>
span { border-color: #047016; }
span { border-color: rgb(4,112,22); }
td.TdClassName
{
border-color: #047016;
}
.TagClassName
{
border-color: #047016;
}
</style>