Shades of Forest Green #2C861F
Tints of Forest Green #2C861F
RGB
CMYK
RGB Variations
Color information
#2C861F (or 0x2C861F) is known color: Forest Green. HEX triplet: 2C, 86 and 1F. RGB value is (44,134,31). Sum of RGB (Red+Green+Blue) = 44+134+31=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #2C861F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C861F is #D379E0. Grayscale: #5F5F5F. Windows color (decimal): -13859297 or 2065964. OLE color: 2065964.
HSL color Cylindrical-coordinate representation of color #2C861F: hue angle of 112.43º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C861F is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 134 | 31 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.47 |
| HSL | 112.43º | 0.62% | 0.32% | - |
| HSV(B) | 112.43º | 0.77% | 0.53% | - |
| XYZ | 9.81 | 17.68 | 4.19 | - |
| YUV | 95.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 134 | 31 | 0.67 | 0 | 0.77 | 0.47 | 112.43 | 0.62 | 0.32 |
| Hex | 2C | 86 | 1F | 43 | 0 | 4D | 2F | 70 | 3E | 20 |
| Octal | 54 | 206 | 37 | 103 | 0 | 115 | 57 | 160 | 76 | 40 |
| Binary | 101100 | 10000110 | 11111 | 1000011 | 0 | 1001101 | 101111 | 1110000 | 111110 | 100000 |
Color Harmonies of #2C861F
Complementary color
Monochromatic Colors of #2C861F
Black with #2C861F
Text Example
Text Example
White with #2C861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C861F; }
p { color: rgb(44,134,31); }
H1.HeaderClassName
{
color: #2C861F;
}
.AnyTagClassName
{
color: #2C861F;
}
</style>
background-color css
<style>
a { background-color: #2C861F; }
a { background-color: rgb(44,134,31); }
div.DivClassName
{
background-color: #2C861F;
}
.BgClassName
{
background-color: #2C861F;
}
</style>
border-color css
<style>
span { border-color: #2C861F; }
span { border-color: rgb(44,134,31); }
td.TdClassName
{
border-color: #2C861F;
}
.TagClassName
{
border-color: #2C861F;
}
</style>