Shades of Forest Green #2C882F
Tints of Forest Green #2C882F
RGB
CMYK
RGB Variations
Color information
#2C882F (or 0x2C882F) is known color: Forest Green. HEX triplet: 2C, 88 and 2F. RGB value is (44,136,47). Sum of RGB (Red+Green+Blue) = 44+136+47=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #2C882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C882F is #D377D0. Grayscale: #626262. Windows color (decimal): -13858769 or 3115052. OLE color: 3115052.
HSL color Cylindrical-coordinate representation of color #2C882F: hue angle of 121.96º degrees, saturation: 0.51, 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 #2C882F is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 47 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.47 |
| HSL | 121.96º | 0.51% | 0.35% | - |
| HSV(B) | 121.96º | 0.68% | 0.53% | - |
| XYZ | 10.36 | 18.35 | 5.69 | - |
| YUV | 98.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 47 | 0.68 | 0 | 0.65 | 0.47 | 121.96 | 0.51 | 0.35 |
| Hex | 2C | 88 | 2F | 44 | 0 | 41 | 2F | 7A | 33 | 23 |
| Octal | 54 | 210 | 57 | 104 | 0 | 101 | 57 | 172 | 63 | 43 |
| Binary | 101100 | 10001000 | 101111 | 1000100 | 0 | 1000001 | 101111 | 1111010 | 110011 | 100011 |
Color Harmonies of #2C882F
Complementary color
Monochromatic Colors of #2C882F
Black with #2C882F
Text Example
Text Example
White with #2C882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C882F; }
p { color: rgb(44,136,47); }
H1.HeaderClassName
{
color: #2C882F;
}
.AnyTagClassName
{
color: #2C882F;
}
</style>
background-color css
<style>
a { background-color: #2C882F; }
a { background-color: rgb(44,136,47); }
div.DivClassName
{
background-color: #2C882F;
}
.BgClassName
{
background-color: #2C882F;
}
</style>
border-color css
<style>
span { border-color: #2C882F; }
span { border-color: rgb(44,136,47); }
td.TdClassName
{
border-color: #2C882F;
}
.TagClassName
{
border-color: #2C882F;
}
</style>