Shades of Forest Green #2C8512
Tints of Forest Green #2C8512
RGB
CMYK
RGB Variations
Color information
#2C8512 (or 0x2C8512) is known color: Forest Green. HEX triplet: 2C, 85 and 12. RGB value is (44,133,18). Sum of RGB (Red+Green+Blue) = 44+133+18=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8512 is #D37AED. Grayscale: #5D5D5D. Windows color (decimal): -13859566 or 1213740. OLE color: 1213740.
HSL color Cylindrical-coordinate representation of color #2C8512: hue angle of 106.43º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C8512 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 18 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.48 |
| HSL | 106.43º | 0.76% | 0.3% | - |
| HSV(B) | 106.43º | 0.86% | 0.52% | - |
| XYZ | 9.54 | 17.35 | 3.42 | - |
| YUV | 93.28 | 85.51 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 18 | 0.67 | 0 | 0.86 | 0.48 | 106.43 | 0.76 | 0.3 |
| Hex | 2C | 85 | 12 | 43 | 0 | 56 | 30 | 6A | 4C | 1E |
| Octal | 54 | 205 | 22 | 103 | 0 | 126 | 60 | 152 | 114 | 36 |
| Binary | 101100 | 10000101 | 10010 | 1000011 | 0 | 1010110 | 110000 | 1101010 | 1001100 | 11110 |
Color Harmonies of #2C8512
Complementary color
Monochromatic Colors of #2C8512
Black with #2C8512
Text Example
Text Example
White with #2C8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8512; }
p { color: rgb(44,133,18); }
H1.HeaderClassName
{
color: #2C8512;
}
.AnyTagClassName
{
color: #2C8512;
}
</style>
background-color css
<style>
a { background-color: #2C8512; }
a { background-color: rgb(44,133,18); }
div.DivClassName
{
background-color: #2C8512;
}
.BgClassName
{
background-color: #2C8512;
}
</style>
border-color css
<style>
span { border-color: #2C8512; }
span { border-color: rgb(44,133,18); }
td.TdClassName
{
border-color: #2C8512;
}
.TagClassName
{
border-color: #2C8512;
}
</style>