Shades of Forest Green #2C8820
Tints of Forest Green #2C8820
RGB
CMYK
RGB Variations
Color information
#2C8820 (or 0x2C8820) is known color: Forest Green. HEX triplet: 2C, 88 and 20. RGB value is (44,136,32). Sum of RGB (Red+Green+Blue) = 44+136+32=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #2C8820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8820 is #D377DF. Grayscale: #606060. Windows color (decimal): -13858784 or 2132012. OLE color: 2132012.
HSL color Cylindrical-coordinate representation of color #2C8820: hue angle of 113.08º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C8820 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 32 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.47 |
| HSL | 113.08º | 0.62% | 0.33% | - |
| HSV(B) | 113.08º | 0.76% | 0.53% | - |
| XYZ | 10.1 | 18.25 | 4.36 | - |
| YUV | 96.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 32 | 0.68 | 0 | 0.76 | 0.47 | 113.08 | 0.62 | 0.33 |
| Hex | 2C | 88 | 20 | 44 | 0 | 4C | 2F | 71 | 3E | 21 |
| Octal | 54 | 210 | 40 | 104 | 0 | 114 | 57 | 161 | 76 | 41 |
| Binary | 101100 | 10001000 | 100000 | 1000100 | 0 | 1001100 | 101111 | 1110001 | 111110 | 100001 |
Color Harmonies of #2C8820
Complementary color
Monochromatic Colors of #2C8820
Black with #2C8820
Text Example
Text Example
White with #2C8820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8820; }
p { color: rgb(44,136,32); }
H1.HeaderClassName
{
color: #2C8820;
}
.AnyTagClassName
{
color: #2C8820;
}
</style>
background-color css
<style>
a { background-color: #2C8820; }
a { background-color: rgb(44,136,32); }
div.DivClassName
{
background-color: #2C8820;
}
.BgClassName
{
background-color: #2C8820;
}
</style>
border-color css
<style>
span { border-color: #2C8820; }
span { border-color: rgb(44,136,32); }
td.TdClassName
{
border-color: #2C8820;
}
.TagClassName
{
border-color: #2C8820;
}
</style>