Shades of Forest Green #2C9512
Tints of Forest Green #2C9512
RGB
CMYK
RGB Variations
Color information
#2C9512 (or 0x2C9512) is known color: Forest Green. HEX triplet: 2C, 95 and 12. RGB value is (44,149,18). Sum of RGB (Red+Green+Blue) = 44+149+18=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9512 is #D36AED. Grayscale: #676767. Windows color (decimal): -13855470 or 1217836. OLE color: 1217836.
HSL color Cylindrical-coordinate representation of color #2C9512: hue angle of 108.09º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C9512 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 149 | 18 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.42 |
| HSL | 108.09º | 0.78% | 0.33% | - |
| HSV(B) | 108.09º | 0.88% | 0.58% | - |
| XYZ | 11.9 | 22.07 | 4.21 | - |
| YUV | 102.67 | 80.21 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 18 | 0.70 | 0 | 0.88 | 0.42 | 108.09 | 0.78 | 0.33 |
| Hex | 2C | 95 | 12 | 46 | 0 | 58 | 2A | 6C | 4E | 21 |
| Octal | 54 | 225 | 22 | 106 | 0 | 130 | 52 | 154 | 116 | 41 |
| Binary | 101100 | 10010101 | 10010 | 1000110 | 0 | 1011000 | 101010 | 1101100 | 1001110 | 100001 |
Color Harmonies of #2C9512
Complementary color
Monochromatic Colors of #2C9512
Black with #2C9512
Text Example
Text Example
White with #2C9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9512; }
p { color: rgb(44,149,18); }
H1.HeaderClassName
{
color: #2C9512;
}
.AnyTagClassName
{
color: #2C9512;
}
</style>
background-color css
<style>
a { background-color: #2C9512; }
a { background-color: rgb(44,149,18); }
div.DivClassName
{
background-color: #2C9512;
}
.BgClassName
{
background-color: #2C9512;
}
</style>
border-color css
<style>
span { border-color: #2C9512; }
span { border-color: rgb(44,149,18); }
td.TdClassName
{
border-color: #2C9512;
}
.TagClassName
{
border-color: #2C9512;
}
</style>