Shades of Green #047304
Tints of Green #047304
RGB
CMYK
RGB Variations
Color information
#047304 (or 0x047304) is known color: Green. HEX triplet: 04, 73 and 04. RGB value is (4,115,4). Sum of RGB (Red+Green+Blue) = 4+115+4=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 115 (45.31% from 255 or 93.50% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 115 - color contains mainly: green. Hex color #047304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047304 is #FB8CFB. Grayscale: #454545. Windows color (decimal): -16485628 or 291588. OLE color: 291588.
HSL color Cylindrical-coordinate representation of color #047304: 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.97%. Process color model (Four color, CMYK) of #047304 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 115 | 4 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.55 |
| HSL | 120º | 0.93% | 0.23% | - |
| HSV(B) | 120º | 0.97% | 0.45% | - |
| XYZ | 6.2 | 12.3 | 2.16 | - |
| YUV | 69.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 4 | 0.97 | 0 | 0.97 | 0.55 | 120 | 0.93 | 0.23 |
| Hex | 4 | 73 | 4 | 61 | 0 | 61 | 37 | 78 | 5D | 17 |
| Octal | 4 | 163 | 4 | 141 | 0 | 141 | 67 | 170 | 135 | 27 |
| Binary | 100 | 1110011 | 100 | 1100001 | 0 | 1100001 | 110111 | 1111000 | 1011101 | 10111 |
Color Harmonies of #047304
Complementary color
Monochromatic Colors of #047304
Black with #047304
Text Example
Text Example
White with #047304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047304; }
p { color: rgb(4,115,4); }
H1.HeaderClassName
{
color: #047304;
}
.AnyTagClassName
{
color: #047304;
}
</style>
background-color css
<style>
a { background-color: #047304; }
a { background-color: rgb(4,115,4); }
div.DivClassName
{
background-color: #047304;
}
.BgClassName
{
background-color: #047304;
}
</style>
border-color css
<style>
span { border-color: #047304; }
span { border-color: rgb(4,115,4); }
td.TdClassName
{
border-color: #047304;
}
.TagClassName
{
border-color: #047304;
}
</style>