Shades of Forest Green #2F9310
Tints of Forest Green #2F9310
RGB
CMYK
RGB Variations
Color information
#2F9310 (or 0x2F9310) is known color: Forest Green. HEX triplet: 2F, 93 and 10. RGB value is (47,147,16). Sum of RGB (Red+Green+Blue) = 47+147+16=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 147 (57.81% from 255 or 70% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9310 is #D06CEF. Grayscale: #666666. Windows color (decimal): -13659376 or 1086255. OLE color: 1086255.
HSL color Cylindrical-coordinate representation of color #2F9310: hue angle of 105.8º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F9310 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 16 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.42 |
| HSL | 105.8º | 0.8% | 0.32% | - |
| HSV(B) | 105.8º | 0.89% | 0.58% | - |
| XYZ | 11.7 | 21.51 | 4.03 | - |
| YUV | 102.17 | 79.37 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 16 | 0.68 | 0 | 0.89 | 0.42 | 105.8 | 0.8 | 0.32 |
| Hex | 2F | 93 | 10 | 44 | 0 | 59 | 2A | 6A | 50 | 20 |
| Octal | 57 | 223 | 20 | 104 | 0 | 131 | 52 | 152 | 120 | 40 |
| Binary | 101111 | 10010011 | 10000 | 1000100 | 0 | 1011001 | 101010 | 1101010 | 1010000 | 100000 |
Color Harmonies of #2F9310
Complementary color
Monochromatic Colors of #2F9310
Black with #2F9310
Text Example
Text Example
White with #2F9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9310; }
p { color: rgb(47,147,16); }
H1.HeaderClassName
{
color: #2F9310;
}
.AnyTagClassName
{
color: #2F9310;
}
</style>
background-color css
<style>
a { background-color: #2F9310; }
a { background-color: rgb(47,147,16); }
div.DivClassName
{
background-color: #2F9310;
}
.BgClassName
{
background-color: #2F9310;
}
</style>
border-color css
<style>
span { border-color: #2F9310; }
span { border-color: rgb(47,147,16); }
td.TdClassName
{
border-color: #2F9310;
}
.TagClassName
{
border-color: #2F9310;
}
</style>