Shades of Forest Green #2C861E
Tints of Forest Green #2C861E
RGB
CMYK
RGB Variations
Color information
#2C861E (or 0x2C861E) is known color: Forest Green. HEX triplet: 2C, 86 and 1E. RGB value is (44,134,30). Sum of RGB (Red+Green+Blue) = 44+134+30=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #2C861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C861E is #D379E1. Grayscale: #5F5F5F. Windows color (decimal): -13859298 or 2000428. OLE color: 2000428.
HSL color Cylindrical-coordinate representation of color #2C861E: hue angle of 111.92º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C861E is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 134 | 30 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.47 |
| HSL | 111.92º | 0.63% | 0.32% | - |
| HSV(B) | 111.92º | 0.78% | 0.53% | - |
| XYZ | 9.8 | 17.68 | 4.12 | - |
| YUV | 95.23 | 91.18 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 134 | 30 | 0.67 | 0 | 0.78 | 0.47 | 111.92 | 0.63 | 0.32 |
| Hex | 2C | 86 | 1E | 43 | 0 | 4E | 2F | 70 | 3F | 20 |
| Octal | 54 | 206 | 36 | 103 | 0 | 116 | 57 | 160 | 77 | 40 |
| Binary | 101100 | 10000110 | 11110 | 1000011 | 0 | 1001110 | 101111 | 1110000 | 111111 | 100000 |
Color Harmonies of #2C861E
Complementary color
Monochromatic Colors of #2C861E
Black with #2C861E
Text Example
Text Example
White with #2C861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C861E; }
p { color: rgb(44,134,30); }
H1.HeaderClassName
{
color: #2C861E;
}
.AnyTagClassName
{
color: #2C861E;
}
</style>
background-color css
<style>
a { background-color: #2C861E; }
a { background-color: rgb(44,134,30); }
div.DivClassName
{
background-color: #2C861E;
}
.BgClassName
{
background-color: #2C861E;
}
</style>
border-color css
<style>
span { border-color: #2C861E; }
span { border-color: rgb(44,134,30); }
td.TdClassName
{
border-color: #2C861E;
}
.TagClassName
{
border-color: #2C861E;
}
</style>