Shades of Forest Green #2F8720
Tints of Forest Green #2F8720
RGB
CMYK
RGB Variations
Color information
#2F8720 (or 0x2F8720) is known color: Forest Green. HEX triplet: 2F, 87 and 20. RGB value is (47,135,32). Sum of RGB (Red+Green+Blue) = 47+135+32=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8720 is #D078DF. Grayscale: #616161. Windows color (decimal): -13662432 or 2131759. OLE color: 2131759.
HSL color Cylindrical-coordinate representation of color #2F8720: hue angle of 111.26º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F8720 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 32 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.47 |
| HSL | 111.26º | 0.62% | 0.33% | - |
| HSV(B) | 111.26º | 0.76% | 0.53% | - |
| XYZ | 10.1 | 18.04 | 4.32 | - |
| YUV | 96.95 | 91.35 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 32 | 0.65 | 0 | 0.76 | 0.47 | 111.26 | 0.62 | 0.33 |
| Hex | 2F | 87 | 20 | 41 | 0 | 4C | 2F | 6F | 3E | 21 |
| Octal | 57 | 207 | 40 | 101 | 0 | 114 | 57 | 157 | 76 | 41 |
| Binary | 101111 | 10000111 | 100000 | 1000001 | 0 | 1001100 | 101111 | 1101111 | 111110 | 100001 |
Color Harmonies of #2F8720
Complementary color
Monochromatic Colors of #2F8720
Black with #2F8720
Text Example
Text Example
White with #2F8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8720; }
p { color: rgb(47,135,32); }
H1.HeaderClassName
{
color: #2F8720;
}
.AnyTagClassName
{
color: #2F8720;
}
</style>
background-color css
<style>
a { background-color: #2F8720; }
a { background-color: rgb(47,135,32); }
div.DivClassName
{
background-color: #2F8720;
}
.BgClassName
{
background-color: #2F8720;
}
</style>
border-color css
<style>
span { border-color: #2F8720; }
span { border-color: rgb(47,135,32); }
td.TdClassName
{
border-color: #2F8720;
}
.TagClassName
{
border-color: #2F8720;
}
</style>