Shades of Forest Green #2C970C
Tints of Forest Green #2C970C
RGB
CMYK
RGB Variations
Color information
#2C970C (or 0x2C970C) is known color: Forest Green. HEX triplet: 2C, 97 and 0C. RGB value is (44,151,12). Sum of RGB (Red+Green+Blue) = 44+151+12=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 151 (59.38% from 255 or 72.95% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 151 - color contains mainly: green. Hex color #2C970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C970C is #D368F3. Grayscale: #676767. Windows color (decimal): -13854964 or 825132. OLE color: 825132.
HSL color Cylindrical-coordinate representation of color #2C970C: hue angle of 106.19º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C970C is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 151 | 12 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.41 |
| HSL | 106.19º | 0.85% | 0.32% | - |
| HSV(B) | 106.19º | 0.92% | 0.59% | - |
| XYZ | 12.17 | 22.7 | 4.09 | - |
| YUV | 103.16 | 76.55 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 151 | 12 | 0.71 | 0 | 0.92 | 0.41 | 106.19 | 0.85 | 0.32 |
| Hex | 2C | 97 | C | 47 | 0 | 5C | 29 | 6A | 55 | 20 |
| Octal | 54 | 227 | 14 | 107 | 0 | 134 | 51 | 152 | 125 | 40 |
| Binary | 101100 | 10010111 | 1100 | 1000111 | 0 | 1011100 | 101001 | 1101010 | 1010101 | 100000 |
Color Harmonies of #2C970C
Complementary color
Monochromatic Colors of #2C970C
Black with #2C970C
Text Example
Text Example
White with #2C970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C970C; }
p { color: rgb(44,151,12); }
H1.HeaderClassName
{
color: #2C970C;
}
.AnyTagClassName
{
color: #2C970C;
}
</style>
background-color css
<style>
a { background-color: #2C970C; }
a { background-color: rgb(44,151,12); }
div.DivClassName
{
background-color: #2C970C;
}
.BgClassName
{
background-color: #2C970C;
}
</style>
border-color css
<style>
span { border-color: #2C970C; }
span { border-color: rgb(44,151,12); }
td.TdClassName
{
border-color: #2C970C;
}
.TagClassName
{
border-color: #2C970C;
}
</style>