Shades of Forest Green #2F9511
Tints of Forest Green #2F9511
RGB
CMYK
RGB Variations
Color information
#2F9511 (or 0x2F9511) is known color: Forest Green. HEX triplet: 2F, 95 and 11. RGB value is (47,149,17). Sum of RGB (Red+Green+Blue) = 47+149+17=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9511 is #D06AEE. Grayscale: #676767. Windows color (decimal): -13658863 or 1152303. OLE color: 1152303.
HSL color Cylindrical-coordinate representation of color #2F9511: hue angle of 106.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F9511 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 17 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.42 |
| HSL | 106.36º | 0.8% | 0.33% | - |
| HSV(B) | 106.36º | 0.89% | 0.58% | - |
| XYZ | 12.02 | 22.14 | 4.17 | - |
| YUV | 103.45 | 79.21 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 17 | 0.68 | 0 | 0.89 | 0.42 | 106.36 | 0.8 | 0.33 |
| Hex | 2F | 95 | 11 | 44 | 0 | 59 | 2A | 6A | 50 | 21 |
| Octal | 57 | 225 | 21 | 104 | 0 | 131 | 52 | 152 | 120 | 41 |
| Binary | 101111 | 10010101 | 10001 | 1000100 | 0 | 1011001 | 101010 | 1101010 | 1010000 | 100001 |
Color Harmonies of #2F9511
Complementary color
Monochromatic Colors of #2F9511
Black with #2F9511
Text Example
Text Example
White with #2F9511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9511; }
p { color: rgb(47,149,17); }
H1.HeaderClassName
{
color: #2F9511;
}
.AnyTagClassName
{
color: #2F9511;
}
</style>
background-color css
<style>
a { background-color: #2F9511; }
a { background-color: rgb(47,149,17); }
div.DivClassName
{
background-color: #2F9511;
}
.BgClassName
{
background-color: #2F9511;
}
</style>
border-color css
<style>
span { border-color: #2F9511; }
span { border-color: rgb(47,149,17); }
td.TdClassName
{
border-color: #2F9511;
}
.TagClassName
{
border-color: #2F9511;
}
</style>