Shades of Forest Green #2C860F
Tints of Forest Green #2C860F
RGB
CMYK
RGB Variations
Color information
#2C860F (or 0x2C860F) is known color: Forest Green. HEX triplet: 2C, 86 and 0F. RGB value is (44,134,15). Sum of RGB (Red+Green+Blue) = 44+134+15=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #2C860F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C860F is #D379F0. Grayscale: #5D5D5D. Windows color (decimal): -13859313 or 1017388. OLE color: 1017388.
HSL color Cylindrical-coordinate representation of color #2C860F: hue angle of 105.38º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C860F is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 134 | 15 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.47 |
| HSL | 105.38º | 0.8% | 0.29% | - |
| HSV(B) | 105.38º | 0.89% | 0.53% | - |
| XYZ | 9.65 | 17.62 | 3.34 | - |
| YUV | 93.52 | 83.68 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 134 | 15 | 0.67 | 0 | 0.89 | 0.47 | 105.38 | 0.8 | 0.29 |
| Hex | 2C | 86 | F | 43 | 0 | 59 | 2F | 69 | 50 | 1D |
| Octal | 54 | 206 | 17 | 103 | 0 | 131 | 57 | 151 | 120 | 35 |
| Binary | 101100 | 10000110 | 1111 | 1000011 | 0 | 1011001 | 101111 | 1101001 | 1010000 | 11101 |
Color Harmonies of #2C860F
Complementary color
Monochromatic Colors of #2C860F
Black with #2C860F
Text Example
Text Example
White with #2C860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C860F; }
p { color: rgb(44,134,15); }
H1.HeaderClassName
{
color: #2C860F;
}
.AnyTagClassName
{
color: #2C860F;
}
</style>
background-color css
<style>
a { background-color: #2C860F; }
a { background-color: rgb(44,134,15); }
div.DivClassName
{
background-color: #2C860F;
}
.BgClassName
{
background-color: #2C860F;
}
</style>
border-color css
<style>
span { border-color: #2C860F; }
span { border-color: rgb(44,134,15); }
td.TdClassName
{
border-color: #2C860F;
}
.TagClassName
{
border-color: #2C860F;
}
</style>