Shades of Forest Green #2C8815
Tints of Forest Green #2C8815
RGB
CMYK
RGB Variations
Color information
#2C8815 (or 0x2C8815) is known color: Forest Green. HEX triplet: 2C, 88 and 15. RGB value is (44,136,21). Sum of RGB (Red+Green+Blue) = 44+136+21=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #2C8815 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8815 is #D377EA. Grayscale: #5F5F5F. Windows color (decimal): -13858795 or 1411116. OLE color: 1411116.
HSL color Cylindrical-coordinate representation of color #2C8815: hue angle of 108º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C8815 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 21 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.47 |
| HSL | 108º | 0.73% | 0.31% | - |
| HSV(B) | 108º | 0.85% | 0.53% | - |
| XYZ | 9.98 | 18.2 | 3.7 | - |
| YUV | 95.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 21 | 0.68 | 0 | 0.85 | 0.47 | 108 | 0.73 | 0.31 |
| Hex | 2C | 88 | 15 | 44 | 0 | 55 | 2F | 6C | 49 | 1F |
| Octal | 54 | 210 | 25 | 104 | 0 | 125 | 57 | 154 | 111 | 37 |
| Binary | 101100 | 10001000 | 10101 | 1000100 | 0 | 1010101 | 101111 | 1101100 | 1001001 | 11111 |
Color Harmonies of #2C8815
Complementary color
Monochromatic Colors of #2C8815
Black with #2C8815
Text Example
Text Example
White with #2C8815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8815; }
p { color: rgb(44,136,21); }
H1.HeaderClassName
{
color: #2C8815;
}
.AnyTagClassName
{
color: #2C8815;
}
</style>
background-color css
<style>
a { background-color: #2C8815; }
a { background-color: rgb(44,136,21); }
div.DivClassName
{
background-color: #2C8815;
}
.BgClassName
{
background-color: #2C8815;
}
</style>
border-color css
<style>
span { border-color: #2C8815; }
span { border-color: rgb(44,136,21); }
td.TdClassName
{
border-color: #2C8815;
}
.TagClassName
{
border-color: #2C8815;
}
</style>