Shades of Forest Green #2F881E
Tints of Forest Green #2F881E
RGB
CMYK
RGB Variations
Color information
#2F881E (or 0x2F881E) is known color: Forest Green. HEX triplet: 2F, 88 and 1E. RGB value is (47,136,30). Sum of RGB (Red+Green+Blue) = 47+136+30=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #2F881E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F881E is #D077E1. Grayscale: #616161. Windows color (decimal): -13662178 or 2000943. OLE color: 2000943.
HSL color Cylindrical-coordinate representation of color #2F881E: hue angle of 110.38º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F881E is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 30 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.47 |
| HSL | 110.38º | 0.64% | 0.33% | - |
| HSV(B) | 110.38º | 0.78% | 0.53% | - |
| XYZ | 10.21 | 18.31 | 4.22 | - |
| YUV | 97.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 30 | 0.65 | 0 | 0.78 | 0.47 | 110.38 | 0.64 | 0.33 |
| Hex | 2F | 88 | 1E | 41 | 0 | 4E | 2F | 6E | 40 | 21 |
| Octal | 57 | 210 | 36 | 101 | 0 | 116 | 57 | 156 | 100 | 41 |
| Binary | 101111 | 10001000 | 11110 | 1000001 | 0 | 1001110 | 101111 | 1101110 | 1000000 | 100001 |
Color Harmonies of #2F881E
Complementary color
Monochromatic Colors of #2F881E
Black with #2F881E
Text Example
Text Example
White with #2F881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F881E; }
p { color: rgb(47,136,30); }
H1.HeaderClassName
{
color: #2F881E;
}
.AnyTagClassName
{
color: #2F881E;
}
</style>
background-color css
<style>
a { background-color: #2F881E; }
a { background-color: rgb(47,136,30); }
div.DivClassName
{
background-color: #2F881E;
}
.BgClassName
{
background-color: #2F881E;
}
</style>
border-color css
<style>
span { border-color: #2F881E; }
span { border-color: rgb(47,136,30); }
td.TdClassName
{
border-color: #2F881E;
}
.TagClassName
{
border-color: #2F881E;
}
</style>