Shades of Green #047602
Tints of Green #047602
RGB
CMYK
RGB Variations
Color information
#047602 (or 0x047602) is known color: Green. HEX triplet: 04, 76 and 02. RGB value is (4,118,2). Sum of RGB (Red+Green+Blue) = 4+118+2=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 118 (46.48% from 255 or 95.16% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 118 - color contains mainly: green. Hex color #047602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047602 is #FB89FD. Grayscale: #474747. Windows color (decimal): -16484862 or 161284. OLE color: 161284.
HSL color Cylindrical-coordinate representation of color #047602: hue angle of 118.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047602 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 118 | 2 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.54 |
| HSL | 118.97º | 0.97% | 0.24% | - |
| HSV(B) | 118.97º | 0.98% | 0.46% | - |
| XYZ | 6.54 | 12.99 | 2.22 | - |
| YUV | 70.69 | 89.23 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 2 | 0.97 | 0 | 0.98 | 0.54 | 118.97 | 0.97 | 0.24 |
| Hex | 4 | 76 | 2 | 61 | 0 | 62 | 36 | 77 | 61 | 18 |
| Octal | 4 | 166 | 2 | 141 | 0 | 142 | 66 | 167 | 141 | 30 |
| Binary | 100 | 1110110 | 10 | 1100001 | 0 | 1100010 | 110110 | 1110111 | 1100001 | 11000 |
Color Harmonies of #047602
Complementary color
Monochromatic Colors of #047602
Black with #047602
Text Example
Text Example
White with #047602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047602; }
p { color: rgb(4,118,2); }
H1.HeaderClassName
{
color: #047602;
}
.AnyTagClassName
{
color: #047602;
}
</style>
background-color css
<style>
a { background-color: #047602; }
a { background-color: rgb(4,118,2); }
div.DivClassName
{
background-color: #047602;
}
.BgClassName
{
background-color: #047602;
}
</style>
border-color css
<style>
span { border-color: #047602; }
span { border-color: rgb(4,118,2); }
td.TdClassName
{
border-color: #047602;
}
.TagClassName
{
border-color: #047602;
}
</style>