Shades of Forest Green #2C821F
Tints of Forest Green #2C821F
RGB
CMYK
RGB Variations
Color information
#2C821F (or 0x2C821F) is known color: Forest Green. HEX triplet: 2C, 82 and 1F. RGB value is (44,130,31). Sum of RGB (Red+Green+Blue) = 44+130+31=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #2C821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C821F is #D37DE0. Grayscale: #5D5D5D. Windows color (decimal): -13860321 or 2064940. OLE color: 2064940.
HSL color Cylindrical-coordinate representation of color #2C821F: hue angle of 112.12º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C821F is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 130 | 31 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.49 |
| HSL | 112.12º | 0.61% | 0.32% | - |
| HSV(B) | 112.12º | 0.76% | 0.51% | - |
| XYZ | 9.27 | 16.6 | 4.01 | - |
| YUV | 93 | 93.01 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 130 | 31 | 0.66 | 0 | 0.76 | 0.49 | 112.12 | 0.61 | 0.32 |
| Hex | 2C | 82 | 1F | 42 | 0 | 4C | 31 | 70 | 3D | 20 |
| Octal | 54 | 202 | 37 | 102 | 0 | 114 | 61 | 160 | 75 | 40 |
| Binary | 101100 | 10000010 | 11111 | 1000010 | 0 | 1001100 | 110001 | 1110000 | 111101 | 100000 |
Color Harmonies of #2C821F
Complementary color
Monochromatic Colors of #2C821F
Black with #2C821F
Text Example
Text Example
White with #2C821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C821F; }
p { color: rgb(44,130,31); }
H1.HeaderClassName
{
color: #2C821F;
}
.AnyTagClassName
{
color: #2C821F;
}
</style>
background-color css
<style>
a { background-color: #2C821F; }
a { background-color: rgb(44,130,31); }
div.DivClassName
{
background-color: #2C821F;
}
.BgClassName
{
background-color: #2C821F;
}
</style>
border-color css
<style>
span { border-color: #2C821F; }
span { border-color: rgb(44,130,31); }
td.TdClassName
{
border-color: #2C821F;
}
.TagClassName
{
border-color: #2C821F;
}
</style>