Shades of Forest Green #2C910C
Tints of Forest Green #2C910C
RGB
CMYK
RGB Variations
Color information
#2C910C (or 0x2C910C) is known color: Forest Green. HEX triplet: 2C, 91 and 0C. RGB value is (44,145,12). Sum of RGB (Red+Green+Blue) = 44+145+12=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #2C910C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C910C is #D36EF3. Grayscale: #646464. Windows color (decimal): -13856500 or 823596. OLE color: 823596.
HSL color Cylindrical-coordinate representation of color #2C910C: hue angle of 105.56º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C910C is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 145 | 12 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.43 |
| HSL | 105.56º | 0.85% | 0.31% | - |
| HSV(B) | 105.56º | 0.92% | 0.57% | - |
| XYZ | 11.23 | 20.81 | 3.77 | - |
| YUV | 99.64 | 78.54 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 145 | 12 | 0.70 | 0 | 0.92 | 0.43 | 105.56 | 0.85 | 0.31 |
| Hex | 2C | 91 | C | 46 | 0 | 5C | 2B | 6A | 55 | 1F |
| Octal | 54 | 221 | 14 | 106 | 0 | 134 | 53 | 152 | 125 | 37 |
| Binary | 101100 | 10010001 | 1100 | 1000110 | 0 | 1011100 | 101011 | 1101010 | 1010101 | 11111 |
Color Harmonies of #2C910C
Complementary color
Monochromatic Colors of #2C910C
Black with #2C910C
Text Example
Text Example
White with #2C910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C910C; }
p { color: rgb(44,145,12); }
H1.HeaderClassName
{
color: #2C910C;
}
.AnyTagClassName
{
color: #2C910C;
}
</style>
background-color css
<style>
a { background-color: #2C910C; }
a { background-color: rgb(44,145,12); }
div.DivClassName
{
background-color: #2C910C;
}
.BgClassName
{
background-color: #2C910C;
}
</style>
border-color css
<style>
span { border-color: #2C910C; }
span { border-color: rgb(44,145,12); }
td.TdClassName
{
border-color: #2C910C;
}
.TagClassName
{
border-color: #2C910C;
}
</style>