Shades of Forest Green #2C8914
Tints of Forest Green #2C8914
RGB
CMYK
RGB Variations
Color information
#2C8914 (or 0x2C8914) is known color: Forest Green. HEX triplet: 2C, 89 and 14. RGB value is (44,137,20). Sum of RGB (Red+Green+Blue) = 44+137+20=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 137 (53.91% from 255 or 68.16% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 137 - color contains mainly: green. Hex color #2C8914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8914 is #D376EB. Grayscale: #606060. Windows color (decimal): -13858540 or 1345836. OLE color: 1345836.
HSL color Cylindrical-coordinate representation of color #2C8914: hue angle of 107.69º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C8914 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 137 | 20 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.46 |
| HSL | 107.69º | 0.75% | 0.31% | - |
| HSV(B) | 107.69º | 0.85% | 0.54% | - |
| XYZ | 10.11 | 18.48 | 3.7 | - |
| YUV | 95.86 | 85.19 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 20 | 0.68 | 0 | 0.85 | 0.46 | 107.69 | 0.75 | 0.31 |
| Hex | 2C | 89 | 14 | 44 | 0 | 55 | 2E | 6C | 4B | 1F |
| Octal | 54 | 211 | 24 | 104 | 0 | 125 | 56 | 154 | 113 | 37 |
| Binary | 101100 | 10001001 | 10100 | 1000100 | 0 | 1010101 | 101110 | 1101100 | 1001011 | 11111 |
Color Harmonies of #2C8914
Complementary color
Monochromatic Colors of #2C8914
Black with #2C8914
Text Example
Text Example
White with #2C8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8914; }
p { color: rgb(44,137,20); }
H1.HeaderClassName
{
color: #2C8914;
}
.AnyTagClassName
{
color: #2C8914;
}
</style>
background-color css
<style>
a { background-color: #2C8914; }
a { background-color: rgb(44,137,20); }
div.DivClassName
{
background-color: #2C8914;
}
.BgClassName
{
background-color: #2C8914;
}
</style>
border-color css
<style>
span { border-color: #2C8914; }
span { border-color: rgb(44,137,20); }
td.TdClassName
{
border-color: #2C8914;
}
.TagClassName
{
border-color: #2C8914;
}
</style>