Shades of Forest Green #2C921F
Tints of Forest Green #2C921F
RGB
CMYK
RGB Variations
Color information
#2C921F (or 0x2C921F) is known color: Forest Green. HEX triplet: 2C, 92 and 1F. RGB value is (44,146,31). Sum of RGB (Red+Green+Blue) = 44+146+31=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 146 (57.42% from 255 or 66.06% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 146 - color contains mainly: green. Hex color #2C921F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C921F is #D36DE0. Grayscale: #666666. Windows color (decimal): -13856225 or 2069036. OLE color: 2069036.
HSL color Cylindrical-coordinate representation of color #2C921F: hue angle of 113.22º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C921F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 146 | 31 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.43 |
| HSL | 113.22º | 0.65% | 0.35% | - |
| HSV(B) | 113.22º | 0.79% | 0.57% | - |
| XYZ | 11.56 | 21.19 | 4.78 | - |
| YUV | 102.39 | 87.71 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 146 | 31 | 0.70 | 0 | 0.79 | 0.43 | 113.22 | 0.65 | 0.35 |
| Hex | 2C | 92 | 1F | 46 | 0 | 4F | 2B | 71 | 41 | 23 |
| Octal | 54 | 222 | 37 | 106 | 0 | 117 | 53 | 161 | 101 | 43 |
| Binary | 101100 | 10010010 | 11111 | 1000110 | 0 | 1001111 | 101011 | 1110001 | 1000001 | 100011 |
Color Harmonies of #2C921F
Complementary color
Monochromatic Colors of #2C921F
Black with #2C921F
Text Example
Text Example
White with #2C921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C921F; }
p { color: rgb(44,146,31); }
H1.HeaderClassName
{
color: #2C921F;
}
.AnyTagClassName
{
color: #2C921F;
}
</style>
background-color css
<style>
a { background-color: #2C921F; }
a { background-color: rgb(44,146,31); }
div.DivClassName
{
background-color: #2C921F;
}
.BgClassName
{
background-color: #2C921F;
}
</style>
border-color css
<style>
span { border-color: #2C921F; }
span { border-color: rgb(44,146,31); }
td.TdClassName
{
border-color: #2C921F;
}
.TagClassName
{
border-color: #2C921F;
}
</style>