Shades of Forest Green #2C9315
Tints of Forest Green #2C9315
RGB
CMYK
RGB Variations
Color information
#2C9315 (or 0x2C9315) is known color: Forest Green. HEX triplet: 2C, 93 and 15. RGB value is (44,147,21). Sum of RGB (Red+Green+Blue) = 44+147+21=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 147 (57.81% from 255 or 69.34% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9315 is #D36CEA. Grayscale: #666666. Windows color (decimal): -13855979 or 1413932. OLE color: 1413932.
HSL color Cylindrical-coordinate representation of color #2C9315: hue angle of 109.05º degrees, saturation: 0.75, 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 #2C9315 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 21 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.42 |
| HSL | 109.05º | 0.75% | 0.33% | - |
| HSV(B) | 109.05º | 0.86% | 0.58% | - |
| XYZ | 11.61 | 21.46 | 4.24 | - |
| YUV | 101.84 | 82.38 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 21 | 0.70 | 0 | 0.86 | 0.42 | 109.05 | 0.75 | 0.33 |
| Hex | 2C | 93 | 15 | 46 | 0 | 56 | 2A | 6D | 4B | 21 |
| Octal | 54 | 223 | 25 | 106 | 0 | 126 | 52 | 155 | 113 | 41 |
| Binary | 101100 | 10010011 | 10101 | 1000110 | 0 | 1010110 | 101010 | 1101101 | 1001011 | 100001 |
Color Harmonies of #2C9315
Complementary color
Monochromatic Colors of #2C9315
Black with #2C9315
Text Example
Text Example
White with #2C9315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9315; }
p { color: rgb(44,147,21); }
H1.HeaderClassName
{
color: #2C9315;
}
.AnyTagClassName
{
color: #2C9315;
}
</style>
background-color css
<style>
a { background-color: #2C9315; }
a { background-color: rgb(44,147,21); }
div.DivClassName
{
background-color: #2C9315;
}
.BgClassName
{
background-color: #2C9315;
}
</style>
border-color css
<style>
span { border-color: #2C9315; }
span { border-color: rgb(44,147,21); }
td.TdClassName
{
border-color: #2C9315;
}
.TagClassName
{
border-color: #2C9315;
}
</style>