Shades of Forest Green #2C911C
Tints of Forest Green #2C911C
RGB
CMYK
RGB Variations
Color information
#2C911C (or 0x2C911C) is known color: Forest Green. HEX triplet: 2C, 91 and 1C. RGB value is (44,145,28). Sum of RGB (Red+Green+Blue) = 44+145+28=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #2C911C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C911C is #D36EE3. Grayscale: #656565. Windows color (decimal): -13856484 or 1872172. OLE color: 1872172.
HSL color Cylindrical-coordinate representation of color #2C911C: hue angle of 111.79º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C911C is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 145 | 28 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.43 |
| HSL | 111.79º | 0.68% | 0.34% | - |
| HSV(B) | 111.79º | 0.81% | 0.57% | - |
| XYZ | 11.37 | 20.87 | 4.53 | - |
| YUV | 101.46 | 86.54 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 145 | 28 | 0.70 | 0 | 0.81 | 0.43 | 111.79 | 0.68 | 0.34 |
| Hex | 2C | 91 | 1C | 46 | 0 | 51 | 2B | 70 | 44 | 22 |
| Octal | 54 | 221 | 34 | 106 | 0 | 121 | 53 | 160 | 104 | 42 |
| Binary | 101100 | 10010001 | 11100 | 1000110 | 0 | 1010001 | 101011 | 1110000 | 1000100 | 100010 |
Color Harmonies of #2C911C
Complementary color
Monochromatic Colors of #2C911C
Black with #2C911C
Text Example
Text Example
White with #2C911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C911C; }
p { color: rgb(44,145,28); }
H1.HeaderClassName
{
color: #2C911C;
}
.AnyTagClassName
{
color: #2C911C;
}
</style>
background-color css
<style>
a { background-color: #2C911C; }
a { background-color: rgb(44,145,28); }
div.DivClassName
{
background-color: #2C911C;
}
.BgClassName
{
background-color: #2C911C;
}
</style>
border-color css
<style>
span { border-color: #2C911C; }
span { border-color: rgb(44,145,28); }
td.TdClassName
{
border-color: #2C911C;
}
.TagClassName
{
border-color: #2C911C;
}
</style>