Shades of Green #047204
Tints of Green #047204
RGB
CMYK
RGB Variations
Color information
#047204 (or 0x047204) is known color: Green. HEX triplet: 04, 72 and 04. RGB value is (4,114,4). Sum of RGB (Red+Green+Blue) = 4+114+4=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 114 (44.92% from 255 or 93.44% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 114 - color contains mainly: green. Hex color #047204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047204 is #FB8DFB. Grayscale: #444444. Windows color (decimal): -16485884 or 291332. OLE color: 291332.
HSL color Cylindrical-coordinate representation of color #047204: hue angle of 120º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047204 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 4 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.55 |
| HSL | 120º | 0.93% | 0.23% | - |
| HSV(B) | 120º | 0.96% | 0.45% | - |
| XYZ | 6.09 | 12.07 | 2.12 | - |
| YUV | 68.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 4 | 0.96 | 0 | 0.96 | 0.55 | 120 | 0.93 | 0.23 |
| Hex | 4 | 72 | 4 | 60 | 0 | 60 | 37 | 78 | 5D | 17 |
| Octal | 4 | 162 | 4 | 140 | 0 | 140 | 67 | 170 | 135 | 27 |
| Binary | 100 | 1110010 | 100 | 1100000 | 0 | 1100000 | 110111 | 1111000 | 1011101 | 10111 |
Color Harmonies of #047204
Complementary color
Monochromatic Colors of #047204
Black with #047204
Text Example
Text Example
White with #047204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047204; }
p { color: rgb(4,114,4); }
H1.HeaderClassName
{
color: #047204;
}
.AnyTagClassName
{
color: #047204;
}
</style>
background-color css
<style>
a { background-color: #047204; }
a { background-color: rgb(4,114,4); }
div.DivClassName
{
background-color: #047204;
}
.BgClassName
{
background-color: #047204;
}
</style>
border-color css
<style>
span { border-color: #047204; }
span { border-color: rgb(4,114,4); }
td.TdClassName
{
border-color: #047204;
}
.TagClassName
{
border-color: #047204;
}
</style>