Shades of Forest Green #2C8816
Tints of Forest Green #2C8816
RGB
CMYK
RGB Variations
Color information
#2C8816 (or 0x2C8816) is known color: Forest Green. HEX triplet: 2C, 88 and 16. RGB value is (44,136,22). Sum of RGB (Red+Green+Blue) = 44+136+22=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #2C8816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8816 is #D377E9. Grayscale: #5F5F5F. Windows color (decimal): -13858794 or 1476652. OLE color: 1476652.
HSL color Cylindrical-coordinate representation of color #2C8816: hue angle of 108.42º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C8816 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 22 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.47 |
| HSL | 108.42º | 0.72% | 0.31% | - |
| HSV(B) | 108.42º | 0.84% | 0.53% | - |
| XYZ | 9.99 | 18.2 | 3.75 | - |
| YUV | 95.5 | 86.52 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 22 | 0.68 | 0 | 0.84 | 0.47 | 108.42 | 0.72 | 0.31 |
| Hex | 2C | 88 | 16 | 44 | 0 | 54 | 2F | 6C | 48 | 1F |
| Octal | 54 | 210 | 26 | 104 | 0 | 124 | 57 | 154 | 110 | 37 |
| Binary | 101100 | 10001000 | 10110 | 1000100 | 0 | 1010100 | 101111 | 1101100 | 1001000 | 11111 |
Color Harmonies of #2C8816
Complementary color
Monochromatic Colors of #2C8816
Black with #2C8816
Text Example
Text Example
White with #2C8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8816; }
p { color: rgb(44,136,22); }
H1.HeaderClassName
{
color: #2C8816;
}
.AnyTagClassName
{
color: #2C8816;
}
</style>
background-color css
<style>
a { background-color: #2C8816; }
a { background-color: rgb(44,136,22); }
div.DivClassName
{
background-color: #2C8816;
}
.BgClassName
{
background-color: #2C8816;
}
</style>
border-color css
<style>
span { border-color: #2C8816; }
span { border-color: rgb(44,136,22); }
td.TdClassName
{
border-color: #2C8816;
}
.TagClassName
{
border-color: #2C8816;
}
</style>