Shades of Green #047104
Tints of Green #047104
RGB
CMYK
RGB Variations
Color information
#047104 (or 0x047104) is known color: Green. HEX triplet: 04, 71 and 04. RGB value is (4,113,4). Sum of RGB (Red+Green+Blue) = 4+113+4=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 113 (44.53% from 255 or 93.39% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 113 - color contains mainly: green. Hex color #047104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047104 is #FB8EFB. Grayscale: #444444. Windows color (decimal): -16486140 or 291076. OLE color: 291076.
HSL color Cylindrical-coordinate representation of color #047104: hue angle of 120º 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 #047104 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 113 | 4 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.56 |
| HSL | 120º | 0.93% | 0.23% | - |
| HSV(B) | 120º | 0.96% | 0.44% | - |
| XYZ | 5.98 | 11.84 | 2.09 | - |
| YUV | 67.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 4 | 0.96 | 0 | 0.96 | 0.56 | 120 | 0.93 | 0.23 |
| Hex | 4 | 71 | 4 | 60 | 0 | 60 | 38 | 78 | 5D | 17 |
| Octal | 4 | 161 | 4 | 140 | 0 | 140 | 70 | 170 | 135 | 27 |
| Binary | 100 | 1110001 | 100 | 1100000 | 0 | 1100000 | 111000 | 1111000 | 1011101 | 10111 |
Color Harmonies of #047104
Complementary color
Monochromatic Colors of #047104
Black with #047104
Text Example
Text Example
White with #047104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047104; }
p { color: rgb(4,113,4); }
H1.HeaderClassName
{
color: #047104;
}
.AnyTagClassName
{
color: #047104;
}
</style>
background-color css
<style>
a { background-color: #047104; }
a { background-color: rgb(4,113,4); }
div.DivClassName
{
background-color: #047104;
}
.BgClassName
{
background-color: #047104;
}
</style>
border-color css
<style>
span { border-color: #047104; }
span { border-color: rgb(4,113,4); }
td.TdClassName
{
border-color: #047104;
}
.TagClassName
{
border-color: #047104;
}
</style>