Shades of Green #04730C
Tints of Green #04730C
RGB
CMYK
RGB Variations
Color information
#04730C (or 0x04730C) is known color: Green. HEX triplet: 04, 73 and 0C. RGB value is (4,115,12). Sum of RGB (Red+Green+Blue) = 4+115+12=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 115 (45.31% from 255 or 87.79% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 115 - color contains mainly: green. Hex color #04730C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04730C is #FB8CF3. Grayscale: #464646. Windows color (decimal): -16485620 or 815876. OLE color: 815876.
HSL color Cylindrical-coordinate representation of color #04730C: hue angle of 124.32º 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 #04730C is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 115 | 12 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.55 |
| HSL | 124.32º | 0.93% | 0.23% | - |
| HSV(B) | 124.32º | 0.97% | 0.45% | - |
| XYZ | 6.25 | 12.31 | 2.4 | - |
| YUV | 70.07 | 95.23 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 12 | 0.97 | 0 | 0.90 | 0.55 | 124.32 | 0.93 | 0.23 |
| Hex | 4 | 73 | C | 61 | 0 | 5A | 37 | 7C | 5D | 17 |
| Octal | 4 | 163 | 14 | 141 | 0 | 132 | 67 | 174 | 135 | 27 |
| Binary | 100 | 1110011 | 1100 | 1100001 | 0 | 1011010 | 110111 | 1111100 | 1011101 | 10111 |
Color Harmonies of #04730C
Complementary color
Monochromatic Colors of #04730C
Black with #04730C
Text Example
Text Example
White with #04730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04730C; }
p { color: rgb(4,115,12); }
H1.HeaderClassName
{
color: #04730C;
}
.AnyTagClassName
{
color: #04730C;
}
</style>
background-color css
<style>
a { background-color: #04730C; }
a { background-color: rgb(4,115,12); }
div.DivClassName
{
background-color: #04730C;
}
.BgClassName
{
background-color: #04730C;
}
</style>
border-color css
<style>
span { border-color: #04730C; }
span { border-color: rgb(4,115,12); }
td.TdClassName
{
border-color: #04730C;
}
.TagClassName
{
border-color: #04730C;
}
</style>