Shades of Forest Green #2C882B
Tints of Forest Green #2C882B
RGB
CMYK
RGB Variations
Color information
#2C882B (or 0x2C882B) is known color: Forest Green. HEX triplet: 2C, 88 and 2B. RGB value is (44,136,43). Sum of RGB (Red+Green+Blue) = 44+136+43=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #2C882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C882B is #D377D4. Grayscale: #626262. Windows color (decimal): -13858773 or 2852908. OLE color: 2852908.
HSL color Cylindrical-coordinate representation of color #2C882B: hue angle of 119.35º 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 #2C882B is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 43 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.47 |
| HSL | 119.35º | 0.52% | 0.35% | - |
| HSV(B) | 119.35º | 0.68% | 0.53% | - |
| XYZ | 10.28 | 18.32 | 5.28 | - |
| YUV | 97.89 | 97.02 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 43 | 0.68 | 0 | 0.68 | 0.47 | 119.35 | 0.52 | 0.35 |
| Hex | 2C | 88 | 2B | 44 | 0 | 44 | 2F | 77 | 34 | 23 |
| Octal | 54 | 210 | 53 | 104 | 0 | 104 | 57 | 167 | 64 | 43 |
| Binary | 101100 | 10001000 | 101011 | 1000100 | 0 | 1000100 | 101111 | 1110111 | 110100 | 100011 |
Color Harmonies of #2C882B
Complementary color
Monochromatic Colors of #2C882B
Black with #2C882B
Text Example
Text Example
White with #2C882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C882B; }
p { color: rgb(44,136,43); }
H1.HeaderClassName
{
color: #2C882B;
}
.AnyTagClassName
{
color: #2C882B;
}
</style>
background-color css
<style>
a { background-color: #2C882B; }
a { background-color: rgb(44,136,43); }
div.DivClassName
{
background-color: #2C882B;
}
.BgClassName
{
background-color: #2C882B;
}
</style>
border-color css
<style>
span { border-color: #2C882B; }
span { border-color: rgb(44,136,43); }
td.TdClassName
{
border-color: #2C882B;
}
.TagClassName
{
border-color: #2C882B;
}
</style>