Shades of Forest Green #2C9314
Tints of Forest Green #2C9314
RGB
CMYK
RGB Variations
Color information
#2C9314 (or 0x2C9314) is known color: Forest Green. HEX triplet: 2C, 93 and 14. RGB value is (44,147,20). Sum of RGB (Red+Green+Blue) = 44+147+20=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 147 (57.81% from 255 or 69.67% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9314 is #D36CEB. Grayscale: #666666. Windows color (decimal): -13855980 or 1348396. OLE color: 1348396.
HSL color Cylindrical-coordinate representation of color #2C9314: hue angle of 108.66º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C9314 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 20 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.42 |
| HSL | 108.66º | 0.76% | 0.33% | - |
| HSV(B) | 108.66º | 0.86% | 0.58% | - |
| XYZ | 11.6 | 21.45 | 4.19 | - |
| YUV | 101.73 | 81.88 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 20 | 0.70 | 0 | 0.86 | 0.42 | 108.66 | 0.76 | 0.33 |
| Hex | 2C | 93 | 14 | 46 | 0 | 56 | 2A | 6D | 4C | 21 |
| Octal | 54 | 223 | 24 | 106 | 0 | 126 | 52 | 155 | 114 | 41 |
| Binary | 101100 | 10010011 | 10100 | 1000110 | 0 | 1010110 | 101010 | 1101101 | 1001100 | 100001 |
Color Harmonies of #2C9314
Complementary color
Monochromatic Colors of #2C9314
Black with #2C9314
Text Example
Text Example
White with #2C9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9314; }
p { color: rgb(44,147,20); }
H1.HeaderClassName
{
color: #2C9314;
}
.AnyTagClassName
{
color: #2C9314;
}
</style>
background-color css
<style>
a { background-color: #2C9314; }
a { background-color: rgb(44,147,20); }
div.DivClassName
{
background-color: #2C9314;
}
.BgClassName
{
background-color: #2C9314;
}
</style>
border-color css
<style>
span { border-color: #2C9314; }
span { border-color: rgb(44,147,20); }
td.TdClassName
{
border-color: #2C9314;
}
.TagClassName
{
border-color: #2C9314;
}
</style>