Shades of Forest Green #047F21
Tints of Forest Green #047F21
RGB
CMYK
RGB Variations
Color information
#047F21 (or 0x047F21) is known color: Forest Green. HEX triplet: 04, 7F and 21. RGB value is (4,127,33). Sum of RGB (Red+Green+Blue) = 4+127+33=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 127 (50% from 255 or 77.44% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 127 - color contains mainly: green. Hex color #047F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047F21 is #FB80DE. Grayscale: #4F4F4F. Windows color (decimal): -16482527 or 2195204. OLE color: 2195204.
HSL color Cylindrical-coordinate representation of color #047F21: hue angle of 134.15º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F21 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 127 | 33 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.50 |
| HSL | 134.15º | 0.94% | 0.26% | - |
| HSV(B) | 134.15º | 0.97% | 0.5% | - |
| XYZ | 7.91 | 15.31 | 3.98 | - |
| YUV | 79.51 | 101.75 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 33 | 0.97 | 0 | 0.74 | 0.50 | 134.15 | 0.94 | 0.26 |
| Hex | 4 | 7F | 21 | 61 | 0 | 4A | 32 | 86 | 5E | 1A |
| Octal | 4 | 177 | 41 | 141 | 0 | 112 | 62 | 206 | 136 | 32 |
| Binary | 100 | 1111111 | 100001 | 1100001 | 0 | 1001010 | 110010 | 10000110 | 1011110 | 11010 |
Color Harmonies of #047F21
Complementary color
Monochromatic Colors of #047F21
Black with #047F21
Text Example
Text Example
White with #047F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047F21; }
p { color: rgb(4,127,33); }
H1.HeaderClassName
{
color: #047F21;
}
.AnyTagClassName
{
color: #047F21;
}
</style>
background-color css
<style>
a { background-color: #047F21; }
a { background-color: rgb(4,127,33); }
div.DivClassName
{
background-color: #047F21;
}
.BgClassName
{
background-color: #047F21;
}
</style>
border-color css
<style>
span { border-color: #047F21; }
span { border-color: rgb(4,127,33); }
td.TdClassName
{
border-color: #047F21;
}
.TagClassName
{
border-color: #047F21;
}
</style>