Shades of Forest Green #2F9316
Tints of Forest Green #2F9316
RGB
CMYK
RGB Variations
Color information
#2F9316 (or 0x2F9316) is known color: Forest Green. HEX triplet: 2F, 93 and 16. RGB value is (47,147,22). Sum of RGB (Red+Green+Blue) = 47+147+22=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 147 (57.81% from 255 or 68.06% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9316 is #D06CE9. Grayscale: #676767. Windows color (decimal): -13659370 or 1479471. OLE color: 1479471.
HSL color Cylindrical-coordinate representation of color #2F9316: hue angle of 108º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F9316 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 22 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.42 |
| HSL | 108º | 0.74% | 0.33% | - |
| HSV(B) | 108º | 0.85% | 0.58% | - |
| XYZ | 11.75 | 21.53 | 4.3 | - |
| YUV | 102.85 | 82.37 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 22 | 0.68 | 0 | 0.85 | 0.42 | 108 | 0.74 | 0.33 |
| Hex | 2F | 93 | 16 | 44 | 0 | 55 | 2A | 6C | 4A | 21 |
| Octal | 57 | 223 | 26 | 104 | 0 | 125 | 52 | 154 | 112 | 41 |
| Binary | 101111 | 10010011 | 10110 | 1000100 | 0 | 1010101 | 101010 | 1101100 | 1001010 | 100001 |
Color Harmonies of #2F9316
Complementary color
Monochromatic Colors of #2F9316
Black with #2F9316
Text Example
Text Example
White with #2F9316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9316; }
p { color: rgb(47,147,22); }
H1.HeaderClassName
{
color: #2F9316;
}
.AnyTagClassName
{
color: #2F9316;
}
</style>
background-color css
<style>
a { background-color: #2F9316; }
a { background-color: rgb(47,147,22); }
div.DivClassName
{
background-color: #2F9316;
}
.BgClassName
{
background-color: #2F9316;
}
</style>
border-color css
<style>
span { border-color: #2F9316; }
span { border-color: rgb(47,147,22); }
td.TdClassName
{
border-color: #2F9316;
}
.TagClassName
{
border-color: #2F9316;
}
</style>