Shades of Forest Green #2F930E
Tints of Forest Green #2F930E
RGB
CMYK
RGB Variations
Color information
#2F930E (or 0x2F930E) is known color: Forest Green. HEX triplet: 2F, 93 and 0E. RGB value is (47,147,14). Sum of RGB (Red+Green+Blue) = 47+147+14=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 147 (57.81% from 255 or 70.67% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 147 - color contains mainly: green. Hex color #2F930E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F930E is #D06CF1. Grayscale: #666666. Windows color (decimal): -13659378 or 955183. OLE color: 955183.
HSL color Cylindrical-coordinate representation of color #2F930E: hue angle of 105.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F930E is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 14 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.42 |
| HSL | 105.11º | 0.83% | 0.32% | - |
| HSV(B) | 105.11º | 0.9% | 0.58% | - |
| XYZ | 11.69 | 21.5 | 3.95 | - |
| YUV | 101.94 | 78.37 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 14 | 0.68 | 0 | 0.90 | 0.42 | 105.11 | 0.83 | 0.32 |
| Hex | 2F | 93 | E | 44 | 0 | 5A | 2A | 69 | 53 | 20 |
| Octal | 57 | 223 | 16 | 104 | 0 | 132 | 52 | 151 | 123 | 40 |
| Binary | 101111 | 10010011 | 1110 | 1000100 | 0 | 1011010 | 101010 | 1101001 | 1010011 | 100000 |
Color Harmonies of #2F930E
Complementary color
Monochromatic Colors of #2F930E
Black with #2F930E
Text Example
Text Example
White with #2F930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F930E; }
p { color: rgb(47,147,14); }
H1.HeaderClassName
{
color: #2F930E;
}
.AnyTagClassName
{
color: #2F930E;
}
</style>
background-color css
<style>
a { background-color: #2F930E; }
a { background-color: rgb(47,147,14); }
div.DivClassName
{
background-color: #2F930E;
}
.BgClassName
{
background-color: #2F930E;
}
</style>
border-color css
<style>
span { border-color: #2F930E; }
span { border-color: rgb(47,147,14); }
td.TdClassName
{
border-color: #2F930E;
}
.TagClassName
{
border-color: #2F930E;
}
</style>