Shades of Forest Green #2F8422
Tints of Forest Green #2F8422
RGB
CMYK
RGB Variations
Color information
#2F8422 (or 0x2F8422) is known color: Forest Green. HEX triplet: 2F, 84 and 22. RGB value is (47,132,34). Sum of RGB (Red+Green+Blue) = 47+132+34=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8422 is #D07BDD. Grayscale: #5F5F5F. Windows color (decimal): -13663198 or 2262063. OLE color: 2262063.
HSL color Cylindrical-coordinate representation of color #2F8422: hue angle of 112.04º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F8422 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 132 | 34 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.48 |
| HSL | 112.04º | 0.59% | 0.33% | - |
| HSV(B) | 112.04º | 0.74% | 0.52% | - |
| XYZ | 9.71 | 17.22 | 4.33 | - |
| YUV | 95.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 34 | 0.64 | 0 | 0.74 | 0.48 | 112.04 | 0.59 | 0.33 |
| Hex | 2F | 84 | 22 | 40 | 0 | 4A | 30 | 70 | 3B | 21 |
| Octal | 57 | 204 | 42 | 100 | 0 | 112 | 60 | 160 | 73 | 41 |
| Binary | 101111 | 10000100 | 100010 | 1000000 | 0 | 1001010 | 110000 | 1110000 | 111011 | 100001 |
Color Harmonies of #2F8422
Complementary color
Monochromatic Colors of #2F8422
Black with #2F8422
Text Example
Text Example
White with #2F8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8422; }
p { color: rgb(47,132,34); }
H1.HeaderClassName
{
color: #2F8422;
}
.AnyTagClassName
{
color: #2F8422;
}
</style>
background-color css
<style>
a { background-color: #2F8422; }
a { background-color: rgb(47,132,34); }
div.DivClassName
{
background-color: #2F8422;
}
.BgClassName
{
background-color: #2F8422;
}
</style>
border-color css
<style>
span { border-color: #2F8422; }
span { border-color: rgb(47,132,34); }
td.TdClassName
{
border-color: #2F8422;
}
.TagClassName
{
border-color: #2F8422;
}
</style>