Shades of Forest Green #2C8E1D
Tints of Forest Green #2C8E1D
RGB
CMYK
RGB Variations
Color information
#2C8E1D (or 0x2C8E1D) is known color: Forest Green. HEX triplet: 2C, 8E and 1D. RGB value is (44,142,29). Sum of RGB (Red+Green+Blue) = 44+142+29=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8E1D is #D371E2. Grayscale: #646464. Windows color (decimal): -13857251 or 1936940. OLE color: 1936940.
HSL color Cylindrical-coordinate representation of color #2C8E1D: hue angle of 112.04º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C8E1D is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 29 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.44 |
| HSL | 112.04º | 0.66% | 0.34% | - |
| HSV(B) | 112.04º | 0.8% | 0.56% | - |
| XYZ | 10.93 | 19.97 | 4.44 | - |
| YUV | 99.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 29 | 0.69 | 0 | 0.80 | 0.44 | 112.04 | 0.66 | 0.34 |
| Hex | 2C | 8E | 1D | 45 | 0 | 50 | 2C | 70 | 42 | 22 |
| Octal | 54 | 216 | 35 | 105 | 0 | 120 | 54 | 160 | 102 | 42 |
| Binary | 101100 | 10001110 | 11101 | 1000101 | 0 | 1010000 | 101100 | 1110000 | 1000010 | 100010 |
Color Harmonies of #2C8E1D
Complementary color
Monochromatic Colors of #2C8E1D
Black with #2C8E1D
Text Example
Text Example
White with #2C8E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E1D; }
p { color: rgb(44,142,29); }
H1.HeaderClassName
{
color: #2C8E1D;
}
.AnyTagClassName
{
color: #2C8E1D;
}
</style>
background-color css
<style>
a { background-color: #2C8E1D; }
a { background-color: rgb(44,142,29); }
div.DivClassName
{
background-color: #2C8E1D;
}
.BgClassName
{
background-color: #2C8E1D;
}
</style>
border-color css
<style>
span { border-color: #2C8E1D; }
span { border-color: rgb(44,142,29); }
td.TdClassName
{
border-color: #2C8E1D;
}
.TagClassName
{
border-color: #2C8E1D;
}
</style>