Shades of Forest Green #2F861E
Tints of Forest Green #2F861E
RGB
CMYK
RGB Variations
Color information
#2F861E (or 0x2F861E) is known color: Forest Green. HEX triplet: 2F, 86 and 1E. RGB value is (47,134,30). Sum of RGB (Red+Green+Blue) = 47+134+30=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #2F861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F861E is #D079E1. Grayscale: #606060. Windows color (decimal): -13662690 or 2000431. OLE color: 2000431.
HSL color Cylindrical-coordinate representation of color #2F861E: hue angle of 110.19º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F861E is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 134 | 30 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.47 |
| HSL | 110.19º | 0.63% | 0.32% | - |
| HSV(B) | 110.19º | 0.78% | 0.53% | - |
| XYZ | 9.93 | 17.75 | 4.13 | - |
| YUV | 96.13 | 90.68 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 30 | 0.65 | 0 | 0.78 | 0.47 | 110.19 | 0.63 | 0.32 |
| Hex | 2F | 86 | 1E | 41 | 0 | 4E | 2F | 6E | 3F | 20 |
| Octal | 57 | 206 | 36 | 101 | 0 | 116 | 57 | 156 | 77 | 40 |
| Binary | 101111 | 10000110 | 11110 | 1000001 | 0 | 1001110 | 101111 | 1101110 | 111111 | 100000 |
Color Harmonies of #2F861E
Complementary color
Monochromatic Colors of #2F861E
Black with #2F861E
Text Example
Text Example
White with #2F861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F861E; }
p { color: rgb(47,134,30); }
H1.HeaderClassName
{
color: #2F861E;
}
.AnyTagClassName
{
color: #2F861E;
}
</style>
background-color css
<style>
a { background-color: #2F861E; }
a { background-color: rgb(47,134,30); }
div.DivClassName
{
background-color: #2F861E;
}
.BgClassName
{
background-color: #2F861E;
}
</style>
border-color css
<style>
span { border-color: #2F861E; }
span { border-color: rgb(47,134,30); }
td.TdClassName
{
border-color: #2F861E;
}
.TagClassName
{
border-color: #2F861E;
}
</style>