Shades of Forest Green #2F861F
Tints of Forest Green #2F861F
RGB
CMYK
RGB Variations
Color information
#2F861F (or 0x2F861F) is known color: Forest Green. HEX triplet: 2F, 86 and 1F. RGB value is (47,134,31). Sum of RGB (Red+Green+Blue) = 47+134+31=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #2F861F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F861F is #D079E0. Grayscale: #606060. Windows color (decimal): -13662689 or 2065967. OLE color: 2065967.
HSL color Cylindrical-coordinate representation of color #2F861F: hue angle of 110.68º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F861F is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 134 | 31 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.47 |
| HSL | 110.68º | 0.62% | 0.32% | - |
| HSV(B) | 110.68º | 0.77% | 0.53% | - |
| XYZ | 9.94 | 17.75 | 4.2 | - |
| YUV | 96.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 31 | 0.65 | 0 | 0.77 | 0.47 | 110.68 | 0.62 | 0.32 |
| Hex | 2F | 86 | 1F | 41 | 0 | 4D | 2F | 6F | 3E | 20 |
| Octal | 57 | 206 | 37 | 101 | 0 | 115 | 57 | 157 | 76 | 40 |
| Binary | 101111 | 10000110 | 11111 | 1000001 | 0 | 1001101 | 101111 | 1101111 | 111110 | 100000 |
Color Harmonies of #2F861F
Complementary color
Monochromatic Colors of #2F861F
Black with #2F861F
Text Example
Text Example
White with #2F861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F861F; }
p { color: rgb(47,134,31); }
H1.HeaderClassName
{
color: #2F861F;
}
.AnyTagClassName
{
color: #2F861F;
}
</style>
background-color css
<style>
a { background-color: #2F861F; }
a { background-color: rgb(47,134,31); }
div.DivClassName
{
background-color: #2F861F;
}
.BgClassName
{
background-color: #2F861F;
}
</style>
border-color css
<style>
span { border-color: #2F861F; }
span { border-color: rgb(47,134,31); }
td.TdClassName
{
border-color: #2F861F;
}
.TagClassName
{
border-color: #2F861F;
}
</style>