Shades of Forest Green #2F882B
Tints of Forest Green #2F882B
RGB
CMYK
RGB Variations
Color information
#2F882B (or 0x2F882B) is known color: Forest Green. HEX triplet: 2F, 88 and 2B. RGB value is (47,136,43). Sum of RGB (Red+Green+Blue) = 47+136+43=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #2F882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F882B is #D077D4. Grayscale: #636363. Windows color (decimal): -13662165 or 2852911. OLE color: 2852911.
HSL color Cylindrical-coordinate representation of color #2F882B: hue angle of 117.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F882B is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 43 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.47 |
| HSL | 117.42º | 0.52% | 0.35% | - |
| HSV(B) | 117.42º | 0.68% | 0.53% | - |
| XYZ | 10.41 | 18.39 | 5.29 | - |
| YUV | 98.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 43 | 0.65 | 0 | 0.68 | 0.47 | 117.42 | 0.52 | 0.35 |
| Hex | 2F | 88 | 2B | 41 | 0 | 44 | 2F | 75 | 34 | 23 |
| Octal | 57 | 210 | 53 | 101 | 0 | 104 | 57 | 165 | 64 | 43 |
| Binary | 101111 | 10001000 | 101011 | 1000001 | 0 | 1000100 | 101111 | 1110101 | 110100 | 100011 |
Color Harmonies of #2F882B
Complementary color
Monochromatic Colors of #2F882B
Black with #2F882B
Text Example
Text Example
White with #2F882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F882B; }
p { color: rgb(47,136,43); }
H1.HeaderClassName
{
color: #2F882B;
}
.AnyTagClassName
{
color: #2F882B;
}
</style>
background-color css
<style>
a { background-color: #2F882B; }
a { background-color: rgb(47,136,43); }
div.DivClassName
{
background-color: #2F882B;
}
.BgClassName
{
background-color: #2F882B;
}
</style>
border-color css
<style>
span { border-color: #2F882B; }
span { border-color: rgb(47,136,43); }
td.TdClassName
{
border-color: #2F882B;
}
.TagClassName
{
border-color: #2F882B;
}
</style>