Shades of Green #04700B
Tints of Green #04700B
RGB
CMYK
RGB Variations
Color information
#04700B (or 0x04700B) is known color: Green. HEX triplet: 04, 70 and 0B. RGB value is (4,112,11). Sum of RGB (Red+Green+Blue) = 4+112+11=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #04700B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04700B is #FB8FF4. Grayscale: #444444. Windows color (decimal): -16486389 or 749572. OLE color: 749572.
HSL color Cylindrical-coordinate representation of color #04700B: hue angle of 123.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04700B is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 11 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.56 |
| HSL | 123.89º | 0.93% | 0.23% | - |
| HSV(B) | 123.89º | 0.96% | 0.44% | - |
| XYZ | 5.9 | 11.64 | 2.25 | - |
| YUV | 68.19 | 95.72 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 11 | 0.96 | 0 | 0.90 | 0.56 | 123.89 | 0.93 | 0.23 |
| Hex | 4 | 70 | B | 60 | 0 | 5A | 38 | 7C | 5D | 17 |
| Octal | 4 | 160 | 13 | 140 | 0 | 132 | 70 | 174 | 135 | 27 |
| Binary | 100 | 1110000 | 1011 | 1100000 | 0 | 1011010 | 111000 | 1111100 | 1011101 | 10111 |
Color Harmonies of #04700B
Complementary color
Monochromatic Colors of #04700B
Black with #04700B
Text Example
Text Example
White with #04700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04700B; }
p { color: rgb(4,112,11); }
H1.HeaderClassName
{
color: #04700B;
}
.AnyTagClassName
{
color: #04700B;
}
</style>
background-color css
<style>
a { background-color: #04700B; }
a { background-color: rgb(4,112,11); }
div.DivClassName
{
background-color: #04700B;
}
.BgClassName
{
background-color: #04700B;
}
</style>
border-color css
<style>
span { border-color: #04700B; }
span { border-color: rgb(4,112,11); }
td.TdClassName
{
border-color: #04700B;
}
.TagClassName
{
border-color: #04700B;
}
</style>