Shades of Forest Green #2F8520
Tints of Forest Green #2F8520
RGB
CMYK
RGB Variations
Color information
#2F8520 (or 0x2F8520) is known color: Forest Green. HEX triplet: 2F, 85 and 20. RGB value is (47,133,32). Sum of RGB (Red+Green+Blue) = 47+133+32=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8520 is #D07ADF. Grayscale: #606060. Windows color (decimal): -13662944 or 2131247. OLE color: 2131247.
HSL color Cylindrical-coordinate representation of color #2F8520: hue angle of 111.09º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F8520 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 32 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.48 |
| HSL | 111.09º | 0.61% | 0.32% | - |
| HSV(B) | 111.09º | 0.76% | 0.52% | - |
| XYZ | 9.82 | 17.48 | 4.22 | - |
| YUV | 95.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 32 | 0.65 | 0 | 0.76 | 0.48 | 111.09 | 0.61 | 0.32 |
| Hex | 2F | 85 | 20 | 41 | 0 | 4C | 30 | 6F | 3D | 20 |
| Octal | 57 | 205 | 40 | 101 | 0 | 114 | 60 | 157 | 75 | 40 |
| Binary | 101111 | 10000101 | 100000 | 1000001 | 0 | 1001100 | 110000 | 1101111 | 111101 | 100000 |
Color Harmonies of #2F8520
Complementary color
Monochromatic Colors of #2F8520
Black with #2F8520
Text Example
Text Example
White with #2F8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8520; }
p { color: rgb(47,133,32); }
H1.HeaderClassName
{
color: #2F8520;
}
.AnyTagClassName
{
color: #2F8520;
}
</style>
background-color css
<style>
a { background-color: #2F8520; }
a { background-color: rgb(47,133,32); }
div.DivClassName
{
background-color: #2F8520;
}
.BgClassName
{
background-color: #2F8520;
}
</style>
border-color css
<style>
span { border-color: #2F8520; }
span { border-color: rgb(47,133,32); }
td.TdClassName
{
border-color: #2F8520;
}
.TagClassName
{
border-color: #2F8520;
}
</style>