Shades of Forest Green #2F8421
Tints of Forest Green #2F8421
RGB
CMYK
RGB Variations
Color information
#2F8421 (or 0x2F8421) is known color: Forest Green. HEX triplet: 2F, 84 and 21. RGB value is (47,132,33). Sum of RGB (Red+Green+Blue) = 47+132+33=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8421 is #D07BDE. Grayscale: #5F5F5F. Windows color (decimal): -13663199 or 2196527. OLE color: 2196527.
HSL color Cylindrical-coordinate representation of color #2F8421: hue angle of 111.52º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F8421 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 132 | 33 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.48 |
| HSL | 111.52º | 0.6% | 0.32% | - |
| HSV(B) | 111.52º | 0.75% | 0.52% | - |
| XYZ | 9.7 | 17.22 | 4.25 | - |
| YUV | 95.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 33 | 0.64 | 0 | 0.75 | 0.48 | 111.52 | 0.6 | 0.32 |
| Hex | 2F | 84 | 21 | 40 | 0 | 4B | 30 | 70 | 3C | 20 |
| Octal | 57 | 204 | 41 | 100 | 0 | 113 | 60 | 160 | 74 | 40 |
| Binary | 101111 | 10000100 | 100001 | 1000000 | 0 | 1001011 | 110000 | 1110000 | 111100 | 100000 |
Color Harmonies of #2F8421
Complementary color
Monochromatic Colors of #2F8421
Black with #2F8421
Text Example
Text Example
White with #2F8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8421; }
p { color: rgb(47,132,33); }
H1.HeaderClassName
{
color: #2F8421;
}
.AnyTagClassName
{
color: #2F8421;
}
</style>
background-color css
<style>
a { background-color: #2F8421; }
a { background-color: rgb(47,132,33); }
div.DivClassName
{
background-color: #2F8421;
}
.BgClassName
{
background-color: #2F8421;
}
</style>
border-color css
<style>
span { border-color: #2F8421; }
span { border-color: rgb(47,132,33); }
td.TdClassName
{
border-color: #2F8421;
}
.TagClassName
{
border-color: #2F8421;
}
</style>