Shades of Forest Green #2C971D
Tints of Forest Green #2C971D
RGB
CMYK
RGB Variations
Color information
#2C971D (or 0x2C971D) is known color: Forest Green. HEX triplet: 2C, 97 and 1D. RGB value is (44,151,29). Sum of RGB (Red+Green+Blue) = 44+151+29=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 151 (59.38% from 255 or 67.41% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 151 - color contains mainly: green. Hex color #2C971D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C971D is #D368E2. Grayscale: #696969. Windows color (decimal): -13854947 or 1939244. OLE color: 1939244.
HSL color Cylindrical-coordinate representation of color #2C971D: hue angle of 112.62º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C971D is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 151 | 29 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.41 |
| HSL | 112.62º | 0.68% | 0.35% | - |
| HSV(B) | 112.62º | 0.81% | 0.59% | - |
| XYZ | 12.33 | 22.76 | 4.91 | - |
| YUV | 105.1 | 85.05 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 151 | 29 | 0.71 | 0 | 0.81 | 0.41 | 112.62 | 0.68 | 0.35 |
| Hex | 2C | 97 | 1D | 47 | 0 | 51 | 29 | 71 | 44 | 23 |
| Octal | 54 | 227 | 35 | 107 | 0 | 121 | 51 | 161 | 104 | 43 |
| Binary | 101100 | 10010111 | 11101 | 1000111 | 0 | 1010001 | 101001 | 1110001 | 1000100 | 100011 |
Color Harmonies of #2C971D
Complementary color
Monochromatic Colors of #2C971D
Black with #2C971D
Text Example
Text Example
White with #2C971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C971D; }
p { color: rgb(44,151,29); }
H1.HeaderClassName
{
color: #2C971D;
}
.AnyTagClassName
{
color: #2C971D;
}
</style>
background-color css
<style>
a { background-color: #2C971D; }
a { background-color: rgb(44,151,29); }
div.DivClassName
{
background-color: #2C971D;
}
.BgClassName
{
background-color: #2C971D;
}
</style>
border-color css
<style>
span { border-color: #2C971D; }
span { border-color: rgb(44,151,29); }
td.TdClassName
{
border-color: #2C971D;
}
.TagClassName
{
border-color: #2C971D;
}
</style>