Shades of Green #047202
Tints of Green #047202
RGB
CMYK
RGB Variations
Color information
#047202 (or 0x047202) is known color: Green. HEX triplet: 04, 72 and 02. RGB value is (4,114,2). Sum of RGB (Red+Green+Blue) = 4+114+2=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 114 (44.92% from 255 or 95% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 114 - color contains mainly: green. Hex color #047202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047202 is #FB8DFD. Grayscale: #444444. Windows color (decimal): -16485886 or 160260. OLE color: 160260.
HSL color Cylindrical-coordinate representation of color #047202: hue angle of 118.93º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047202 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.55 |
| HSL | 118.93º | 0.97% | 0.23% | - |
| HSV(B) | 118.93º | 0.98% | 0.45% | - |
| XYZ | 6.08 | 12.06 | 2.07 | - |
| YUV | 68.34 | 90.56 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 2 | 0.96 | 0 | 0.98 | 0.55 | 118.93 | 0.97 | 0.23 |
| Hex | 4 | 72 | 2 | 60 | 0 | 62 | 37 | 77 | 61 | 17 |
| Octal | 4 | 162 | 2 | 140 | 0 | 142 | 67 | 167 | 141 | 27 |
| Binary | 100 | 1110010 | 10 | 1100000 | 0 | 1100010 | 110111 | 1110111 | 1100001 | 10111 |
Color Harmonies of #047202
Complementary color
Monochromatic Colors of #047202
Black with #047202
Text Example
Text Example
White with #047202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047202; }
p { color: rgb(4,114,2); }
H1.HeaderClassName
{
color: #047202;
}
.AnyTagClassName
{
color: #047202;
}
</style>
background-color css
<style>
a { background-color: #047202; }
a { background-color: rgb(4,114,2); }
div.DivClassName
{
background-color: #047202;
}
.BgClassName
{
background-color: #047202;
}
</style>
border-color css
<style>
span { border-color: #047202; }
span { border-color: rgb(4,114,2); }
td.TdClassName
{
border-color: #047202;
}
.TagClassName
{
border-color: #047202;
}
</style>