Shades of Green #047205
Tints of Green #047205
RGB
CMYK
RGB Variations
Color information
#047205 (or 0x047205) is known color: Green. HEX triplet: 04, 72 and 05. RGB value is (4,114,5). Sum of RGB (Red+Green+Blue) = 4+114+5=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 114 (44.92% from 255 or 92.68% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 114 - color contains mainly: green. Hex color #047205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047205 is #FB8DFA. Grayscale: #454545. Windows color (decimal): -16485883 or 356868. OLE color: 356868.
HSL color Cylindrical-coordinate representation of color #047205: hue angle of 120.55º 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 #047205 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 5 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.55 |
| HSL | 120.55º | 0.93% | 0.23% | - |
| HSV(B) | 120.55º | 0.96% | 0.45% | - |
| XYZ | 6.09 | 12.07 | 2.15 | - |
| YUV | 68.68 | 92.06 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 5 | 0.96 | 0 | 0.96 | 0.55 | 120.55 | 0.93 | 0.23 |
| Hex | 4 | 72 | 5 | 60 | 0 | 60 | 37 | 79 | 5D | 17 |
| Octal | 4 | 162 | 5 | 140 | 0 | 140 | 67 | 171 | 135 | 27 |
| Binary | 100 | 1110010 | 101 | 1100000 | 0 | 1100000 | 110111 | 1111001 | 1011101 | 10111 |
Color Harmonies of #047205
Complementary color
Monochromatic Colors of #047205
Black with #047205
Text Example
Text Example
White with #047205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047205; }
p { color: rgb(4,114,5); }
H1.HeaderClassName
{
color: #047205;
}
.AnyTagClassName
{
color: #047205;
}
</style>
background-color css
<style>
a { background-color: #047205; }
a { background-color: rgb(4,114,5); }
div.DivClassName
{
background-color: #047205;
}
.BgClassName
{
background-color: #047205;
}
</style>
border-color css
<style>
span { border-color: #047205; }
span { border-color: rgb(4,114,5); }
td.TdClassName
{
border-color: #047205;
}
.TagClassName
{
border-color: #047205;
}
</style>