Shades of Forest Green #2C941F
Tints of Forest Green #2C941F
RGB
CMYK
RGB Variations
Color information
#2C941F (or 0x2C941F) is known color: Forest Green. HEX triplet: 2C, 94 and 1F. RGB value is (44,148,31). Sum of RGB (Red+Green+Blue) = 44+148+31=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #2C941F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C941F is #D36BE0. Grayscale: #676767. Windows color (decimal): -13855713 or 2069548. OLE color: 2069548.
HSL color Cylindrical-coordinate representation of color #2C941F: hue angle of 113.33º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C941F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 31 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.42 |
| HSL | 113.33º | 0.65% | 0.35% | - |
| HSV(B) | 113.33º | 0.79% | 0.58% | - |
| XYZ | 11.88 | 21.81 | 4.88 | - |
| YUV | 103.57 | 87.04 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 31 | 0.70 | 0 | 0.79 | 0.42 | 113.33 | 0.65 | 0.35 |
| Hex | 2C | 94 | 1F | 46 | 0 | 4F | 2A | 71 | 41 | 23 |
| Octal | 54 | 224 | 37 | 106 | 0 | 117 | 52 | 161 | 101 | 43 |
| Binary | 101100 | 10010100 | 11111 | 1000110 | 0 | 1001111 | 101010 | 1110001 | 1000001 | 100011 |
Color Harmonies of #2C941F
Complementary color
Monochromatic Colors of #2C941F
Black with #2C941F
Text Example
Text Example
White with #2C941F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C941F; }
p { color: rgb(44,148,31); }
H1.HeaderClassName
{
color: #2C941F;
}
.AnyTagClassName
{
color: #2C941F;
}
</style>
background-color css
<style>
a { background-color: #2C941F; }
a { background-color: rgb(44,148,31); }
div.DivClassName
{
background-color: #2C941F;
}
.BgClassName
{
background-color: #2C941F;
}
</style>
border-color css
<style>
span { border-color: #2C941F; }
span { border-color: rgb(44,148,31); }
td.TdClassName
{
border-color: #2C941F;
}
.TagClassName
{
border-color: #2C941F;
}
</style>