Shades of Forest Green #2F9710
Tints of Forest Green #2F9710
RGB
CMYK
RGB Variations
Color information
#2F9710 (or 0x2F9710) is known color: Forest Green. HEX triplet: 2F, 97 and 10. RGB value is (47,151,16). Sum of RGB (Red+Green+Blue) = 47+151+16=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 151 (59.38% from 255 or 70.56% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 151 - color contains mainly: green. Hex color #2F9710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9710 is #D068EF. Grayscale: #686868. Windows color (decimal): -13658352 or 1087279. OLE color: 1087279.
HSL color Cylindrical-coordinate representation of color #2F9710: hue angle of 106.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F9710 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 16 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.41 |
| HSL | 106.22º | 0.81% | 0.33% | - |
| HSV(B) | 106.22º | 0.89% | 0.59% | - |
| XYZ | 12.33 | 22.77 | 4.24 | - |
| YUV | 104.51 | 78.04 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 16 | 0.69 | 0 | 0.89 | 0.41 | 106.22 | 0.81 | 0.33 |
| Hex | 2F | 97 | 10 | 45 | 0 | 59 | 29 | 6A | 51 | 21 |
| Octal | 57 | 227 | 20 | 105 | 0 | 131 | 51 | 152 | 121 | 41 |
| Binary | 101111 | 10010111 | 10000 | 1000101 | 0 | 1011001 | 101001 | 1101010 | 1010001 | 100001 |
Color Harmonies of #2F9710
Complementary color
Monochromatic Colors of #2F9710
Black with #2F9710
Text Example
Text Example
White with #2F9710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9710; }
p { color: rgb(47,151,16); }
H1.HeaderClassName
{
color: #2F9710;
}
.AnyTagClassName
{
color: #2F9710;
}
</style>
background-color css
<style>
a { background-color: #2F9710; }
a { background-color: rgb(47,151,16); }
div.DivClassName
{
background-color: #2F9710;
}
.BgClassName
{
background-color: #2F9710;
}
</style>
border-color css
<style>
span { border-color: #2F9710; }
span { border-color: rgb(47,151,16); }
td.TdClassName
{
border-color: #2F9710;
}
.TagClassName
{
border-color: #2F9710;
}
</style>