Shades of Forest Green #2F9616
Tints of Forest Green #2F9616
RGB
CMYK
RGB Variations
Color information
#2F9616 (or 0x2F9616) is known color: Forest Green. HEX triplet: 2F, 96 and 16. RGB value is (47,150,22). Sum of RGB (Red+Green+Blue) = 47+150+22=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #2F9616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9616 is #D069E9. Grayscale: #696969. Windows color (decimal): -13658602 or 1480239. OLE color: 1480239.
HSL color Cylindrical-coordinate representation of color #2F9616: hue angle of 108.28º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F9616 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 150 | 22 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.41 |
| HSL | 108.28º | 0.74% | 0.34% | - |
| HSV(B) | 108.28º | 0.85% | 0.59% | - |
| XYZ | 12.22 | 22.47 | 4.45 | - |
| YUV | 104.61 | 81.38 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 150 | 22 | 0.69 | 0 | 0.85 | 0.41 | 108.28 | 0.74 | 0.34 |
| Hex | 2F | 96 | 16 | 45 | 0 | 55 | 29 | 6C | 4A | 22 |
| Octal | 57 | 226 | 26 | 105 | 0 | 125 | 51 | 154 | 112 | 42 |
| Binary | 101111 | 10010110 | 10110 | 1000101 | 0 | 1010101 | 101001 | 1101100 | 1001010 | 100010 |
Color Harmonies of #2F9616
Complementary color
Monochromatic Colors of #2F9616
Black with #2F9616
Text Example
Text Example
White with #2F9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9616; }
p { color: rgb(47,150,22); }
H1.HeaderClassName
{
color: #2F9616;
}
.AnyTagClassName
{
color: #2F9616;
}
</style>
background-color css
<style>
a { background-color: #2F9616; }
a { background-color: rgb(47,150,22); }
div.DivClassName
{
background-color: #2F9616;
}
.BgClassName
{
background-color: #2F9616;
}
</style>
border-color css
<style>
span { border-color: #2F9616; }
span { border-color: rgb(47,150,22); }
td.TdClassName
{
border-color: #2F9616;
}
.TagClassName
{
border-color: #2F9616;
}
</style>