Shades of Green #04701A
Tints of Green #04701A
RGB
CMYK
RGB Variations
Color information
#04701A (or 0x04701A) is known color: Green. HEX triplet: 04, 70 and 1A. RGB value is (4,112,26). Sum of RGB (Red+Green+Blue) = 4+112+26=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #04701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04701A is #FB8FE5. Grayscale: #464646. Windows color (decimal): -16486374 or 1732612. OLE color: 1732612.
HSL color Cylindrical-coordinate representation of color #04701A: hue angle of 132.22º 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 #04701A is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 26 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.56 |
| HSL | 132.22º | 0.93% | 0.23% | - |
| HSV(B) | 132.22º | 0.96% | 0.44% | - |
| XYZ | 6.03 | 11.69 | 2.92 | - |
| YUV | 69.9 | 103.22 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 26 | 0.96 | 0 | 0.77 | 0.56 | 132.22 | 0.93 | 0.23 |
| Hex | 4 | 70 | 1A | 60 | 0 | 4D | 38 | 84 | 5D | 17 |
| Octal | 4 | 160 | 32 | 140 | 0 | 115 | 70 | 204 | 135 | 27 |
| Binary | 100 | 1110000 | 11010 | 1100000 | 0 | 1001101 | 111000 | 10000100 | 1011101 | 10111 |
Color Harmonies of #04701A
Complementary color
Monochromatic Colors of #04701A
Black with #04701A
Text Example
Text Example
White with #04701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04701A; }
p { color: rgb(4,112,26); }
H1.HeaderClassName
{
color: #04701A;
}
.AnyTagClassName
{
color: #04701A;
}
</style>
background-color css
<style>
a { background-color: #04701A; }
a { background-color: rgb(4,112,26); }
div.DivClassName
{
background-color: #04701A;
}
.BgClassName
{
background-color: #04701A;
}
</style>
border-color css
<style>
span { border-color: #04701A; }
span { border-color: rgb(4,112,26); }
td.TdClassName
{
border-color: #04701A;
}
.TagClassName
{
border-color: #04701A;
}
</style>