Shades of Green #047001
Tints of Green #047001
RGB
CMYK
RGB Variations
Color information
#047001 (or 0x047001) is known color: Green. HEX triplet: 04, 70 and 01. RGB value is (4,112,1). Sum of RGB (Red+Green+Blue) = 4+112+1=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 112 (44.14% from 255 or 95.73% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 112 - color contains mainly: green. Hex color #047001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047001 is #FB8FFE. Grayscale: #434343. Windows color (decimal): -16486399 or 94212. OLE color: 94212.
HSL color Cylindrical-coordinate representation of color #047001: hue angle of 118.38º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #047001 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.56 |
| HSL | 118.38º | 0.98% | 0.22% | - |
| HSV(B) | 118.38º | 0.99% | 0.44% | - |
| XYZ | 5.85 | 11.62 | 1.96 | - |
| YUV | 67.05 | 90.72 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 1 | 0.96 | 0 | 0.99 | 0.56 | 118.38 | 0.98 | 0.22 |
| Hex | 4 | 70 | 1 | 60 | 0 | 63 | 38 | 76 | 62 | 16 |
| Octal | 4 | 160 | 1 | 140 | 0 | 143 | 70 | 166 | 142 | 26 |
| Binary | 100 | 1110000 | 1 | 1100000 | 0 | 1100011 | 111000 | 1110110 | 1100010 | 10110 |
Color Harmonies of #047001
Complementary color
Monochromatic Colors of #047001
Black with #047001
Text Example
Text Example
White with #047001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047001; }
p { color: rgb(4,112,1); }
H1.HeaderClassName
{
color: #047001;
}
.AnyTagClassName
{
color: #047001;
}
</style>
background-color css
<style>
a { background-color: #047001; }
a { background-color: rgb(4,112,1); }
div.DivClassName
{
background-color: #047001;
}
.BgClassName
{
background-color: #047001;
}
</style>
border-color css
<style>
span { border-color: #047001; }
span { border-color: rgb(4,112,1); }
td.TdClassName
{
border-color: #047001;
}
.TagClassName
{
border-color: #047001;
}
</style>