Shades of Green #047014
Tints of Green #047014
RGB
CMYK
RGB Variations
Color information
#047014 (or 0x047014) is known color: Green. HEX triplet: 04, 70 and 14. RGB value is (4,112,20). Sum of RGB (Red+Green+Blue) = 4+112+20=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #047014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047014 is #FB8FEB. Grayscale: #454545. Windows color (decimal): -16486380 or 1339396. OLE color: 1339396.
HSL color Cylindrical-coordinate representation of color #047014: hue angle of 128.89º 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 #047014 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 20 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.56 |
| HSL | 128.89º | 0.93% | 0.23% | - |
| HSV(B) | 128.89º | 0.96% | 0.44% | - |
| XYZ | 5.97 | 11.66 | 2.6 | - |
| YUV | 69.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 20 | 0.96 | 0 | 0.82 | 0.56 | 128.89 | 0.93 | 0.23 |
| Hex | 4 | 70 | 14 | 60 | 0 | 52 | 38 | 81 | 5D | 17 |
| Octal | 4 | 160 | 24 | 140 | 0 | 122 | 70 | 201 | 135 | 27 |
| Binary | 100 | 1110000 | 10100 | 1100000 | 0 | 1010010 | 111000 | 10000001 | 1011101 | 10111 |
Color Harmonies of #047014
Complementary color
Monochromatic Colors of #047014
Black with #047014
Text Example
Text Example
White with #047014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047014; }
p { color: rgb(4,112,20); }
H1.HeaderClassName
{
color: #047014;
}
.AnyTagClassName
{
color: #047014;
}
</style>
background-color css
<style>
a { background-color: #047014; }
a { background-color: rgb(4,112,20); }
div.DivClassName
{
background-color: #047014;
}
.BgClassName
{
background-color: #047014;
}
</style>
border-color css
<style>
span { border-color: #047014; }
span { border-color: rgb(4,112,20); }
td.TdClassName
{
border-color: #047014;
}
.TagClassName
{
border-color: #047014;
}
</style>