Shades of Forest Green #2C891F
Tints of Forest Green #2C891F
RGB
CMYK
RGB Variations
Color information
#2C891F (or 0x2C891F) is known color: Forest Green. HEX triplet: 2C, 89 and 1F. RGB value is (44,137,31). Sum of RGB (Red+Green+Blue) = 44+137+31=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #2C891F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C891F is #D376E0. Grayscale: #616161. Windows color (decimal): -13858529 or 2066732. OLE color: 2066732.
HSL color Cylindrical-coordinate representation of color #2C891F: hue angle of 112.64º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C891F is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 137 | 31 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.46 |
| HSL | 112.64º | 0.63% | 0.33% | - |
| HSV(B) | 112.64º | 0.77% | 0.54% | - |
| XYZ | 10.23 | 18.53 | 4.33 | - |
| YUV | 97.11 | 90.69 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 31 | 0.68 | 0 | 0.77 | 0.46 | 112.64 | 0.63 | 0.33 |
| Hex | 2C | 89 | 1F | 44 | 0 | 4D | 2E | 71 | 3F | 21 |
| Octal | 54 | 211 | 37 | 104 | 0 | 115 | 56 | 161 | 77 | 41 |
| Binary | 101100 | 10001001 | 11111 | 1000100 | 0 | 1001101 | 101110 | 1110001 | 111111 | 100001 |
Color Harmonies of #2C891F
Complementary color
Monochromatic Colors of #2C891F
Black with #2C891F
Text Example
Text Example
White with #2C891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C891F; }
p { color: rgb(44,137,31); }
H1.HeaderClassName
{
color: #2C891F;
}
.AnyTagClassName
{
color: #2C891F;
}
</style>
background-color css
<style>
a { background-color: #2C891F; }
a { background-color: rgb(44,137,31); }
div.DivClassName
{
background-color: #2C891F;
}
.BgClassName
{
background-color: #2C891F;
}
</style>
border-color css
<style>
span { border-color: #2C891F; }
span { border-color: rgb(44,137,31); }
td.TdClassName
{
border-color: #2C891F;
}
.TagClassName
{
border-color: #2C891F;
}
</style>