Shades of Forest Green #2C8E1F
Tints of Forest Green #2C8E1F
RGB
CMYK
RGB Variations
Color information
#2C8E1F (or 0x2C8E1F) is known color: Forest Green. HEX triplet: 2C, 8E and 1F. RGB value is (44,142,31). Sum of RGB (Red+Green+Blue) = 44+142+31=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 142 (55.86% from 255 or 65.44% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8E1F is #D371E0. Grayscale: #646464. Windows color (decimal): -13857249 or 2068012. OLE color: 2068012.
HSL color Cylindrical-coordinate representation of color #2C8E1F: hue angle of 112.97º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C8E1F is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 31 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.44 |
| HSL | 112.97º | 0.64% | 0.34% | - |
| HSV(B) | 112.97º | 0.78% | 0.56% | - |
| XYZ | 10.96 | 19.98 | 4.58 | - |
| YUV | 100.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 31 | 0.69 | 0 | 0.78 | 0.44 | 112.97 | 0.64 | 0.34 |
| Hex | 2C | 8E | 1F | 45 | 0 | 4E | 2C | 71 | 40 | 22 |
| Octal | 54 | 216 | 37 | 105 | 0 | 116 | 54 | 161 | 100 | 42 |
| Binary | 101100 | 10001110 | 11111 | 1000101 | 0 | 1001110 | 101100 | 1110001 | 1000000 | 100010 |
Color Harmonies of #2C8E1F
Complementary color
Monochromatic Colors of #2C8E1F
Black with #2C8E1F
Text Example
Text Example
White with #2C8E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E1F; }
p { color: rgb(44,142,31); }
H1.HeaderClassName
{
color: #2C8E1F;
}
.AnyTagClassName
{
color: #2C8E1F;
}
</style>
background-color css
<style>
a { background-color: #2C8E1F; }
a { background-color: rgb(44,142,31); }
div.DivClassName
{
background-color: #2C8E1F;
}
.BgClassName
{
background-color: #2C8E1F;
}
</style>
border-color css
<style>
span { border-color: #2C8E1F; }
span { border-color: rgb(44,142,31); }
td.TdClassName
{
border-color: #2C8E1F;
}
.TagClassName
{
border-color: #2C8E1F;
}
</style>