Shades of Forest Green #2F9711
Tints of Forest Green #2F9711
RGB
CMYK
RGB Variations
Color information
#2F9711 (or 0x2F9711) is known color: Forest Green. HEX triplet: 2F, 97 and 11. RGB value is (47,151,17). Sum of RGB (Red+Green+Blue) = 47+151+17=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 151 (59.38% from 255 or 70.23% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 151 - color contains mainly: green. Hex color #2F9711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9711 is #D068EE. Grayscale: #696969. Windows color (decimal): -13658351 or 1152815. OLE color: 1152815.
HSL color Cylindrical-coordinate representation of color #2F9711: hue angle of 106.57º degrees, saturation: 0.8, 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 #2F9711 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 17 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.41 |
| HSL | 106.57º | 0.8% | 0.33% | - |
| HSV(B) | 106.57º | 0.89% | 0.59% | - |
| XYZ | 12.34 | 22.78 | 4.28 | - |
| YUV | 104.63 | 78.54 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 17 | 0.69 | 0 | 0.89 | 0.41 | 106.57 | 0.8 | 0.33 |
| Hex | 2F | 97 | 11 | 45 | 0 | 59 | 29 | 6B | 50 | 21 |
| Octal | 57 | 227 | 21 | 105 | 0 | 131 | 51 | 153 | 120 | 41 |
| Binary | 101111 | 10010111 | 10001 | 1000101 | 0 | 1011001 | 101001 | 1101011 | 1010000 | 100001 |
Color Harmonies of #2F9711
Complementary color
Monochromatic Colors of #2F9711
Black with #2F9711
Text Example
Text Example
White with #2F9711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9711; }
p { color: rgb(47,151,17); }
H1.HeaderClassName
{
color: #2F9711;
}
.AnyTagClassName
{
color: #2F9711;
}
</style>
background-color css
<style>
a { background-color: #2F9711; }
a { background-color: rgb(47,151,17); }
div.DivClassName
{
background-color: #2F9711;
}
.BgClassName
{
background-color: #2F9711;
}
</style>
border-color css
<style>
span { border-color: #2F9711; }
span { border-color: rgb(47,151,17); }
td.TdClassName
{
border-color: #2F9711;
}
.TagClassName
{
border-color: #2F9711;
}
</style>