Shades of Forest Green #2C971F
Tints of Forest Green #2C971F
RGB
CMYK
RGB Variations
Color information
#2C971F (or 0x2C971F) is known color: Forest Green. HEX triplet: 2C, 97 and 1F. RGB value is (44,151,31). Sum of RGB (Red+Green+Blue) = 44+151+31=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #2C971F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C971F is #D368E0. Grayscale: #696969. Windows color (decimal): -13854945 or 2070316. OLE color: 2070316.
HSL color Cylindrical-coordinate representation of color #2C971F: hue angle of 113.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C971F is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 151 | 31 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.41 |
| HSL | 113.5º | 0.66% | 0.36% | - |
| HSV(B) | 113.5º | 0.79% | 0.59% | - |
| XYZ | 12.35 | 22.77 | 5.04 | - |
| YUV | 105.33 | 86.05 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 151 | 31 | 0.71 | 0 | 0.79 | 0.41 | 113.5 | 0.66 | 0.36 |
| Hex | 2C | 97 | 1F | 47 | 0 | 4F | 29 | 72 | 42 | 24 |
| Octal | 54 | 227 | 37 | 107 | 0 | 117 | 51 | 162 | 102 | 44 |
| Binary | 101100 | 10010111 | 11111 | 1000111 | 0 | 1001111 | 101001 | 1110010 | 1000010 | 100100 |
Color Harmonies of #2C971F
Complementary color
Monochromatic Colors of #2C971F
Black with #2C971F
Text Example
Text Example
White with #2C971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C971F; }
p { color: rgb(44,151,31); }
H1.HeaderClassName
{
color: #2C971F;
}
.AnyTagClassName
{
color: #2C971F;
}
</style>
background-color css
<style>
a { background-color: #2C971F; }
a { background-color: rgb(44,151,31); }
div.DivClassName
{
background-color: #2C971F;
}
.BgClassName
{
background-color: #2C971F;
}
</style>
border-color css
<style>
span { border-color: #2C971F; }
span { border-color: rgb(44,151,31); }
td.TdClassName
{
border-color: #2C971F;
}
.TagClassName
{
border-color: #2C971F;
}
</style>