Shades of Forest Green #2D9215
Tints of Forest Green #2D9215
RGB
CMYK
RGB Variations
Color information
#2D9215 (or 0x2D9215) is known color: Forest Green. HEX triplet: 2D, 92 and 15. RGB value is (45,146,21). Sum of RGB (Red+Green+Blue) = 45+146+21=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9215 is #D26DEA. Grayscale: #656565. Windows color (decimal): -13790699 or 1413677. OLE color: 1413677.
HSL color Cylindrical-coordinate representation of color #2D9215: hue angle of 108.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D9215 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 21 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.43 |
| HSL | 108.48º | 0.75% | 0.33% | - |
| HSV(B) | 108.48º | 0.86% | 0.57% | - |
| XYZ | 11.5 | 21.17 | 4.19 | - |
| YUV | 101.55 | 82.54 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 21 | 0.69 | 0 | 0.86 | 0.43 | 108.48 | 0.75 | 0.33 |
| Hex | 2D | 92 | 15 | 45 | 0 | 56 | 2B | 6C | 4B | 21 |
| Octal | 55 | 222 | 25 | 105 | 0 | 126 | 53 | 154 | 113 | 41 |
| Binary | 101101 | 10010010 | 10101 | 1000101 | 0 | 1010110 | 101011 | 1101100 | 1001011 | 100001 |
Color Harmonies of #2D9215
Complementary color
Monochromatic Colors of #2D9215
Black with #2D9215
Text Example
Text Example
White with #2D9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9215; }
p { color: rgb(45,146,21); }
H1.HeaderClassName
{
color: #2D9215;
}
.AnyTagClassName
{
color: #2D9215;
}
</style>
background-color css
<style>
a { background-color: #2D9215; }
a { background-color: rgb(45,146,21); }
div.DivClassName
{
background-color: #2D9215;
}
.BgClassName
{
background-color: #2D9215;
}
</style>
border-color css
<style>
span { border-color: #2D9215; }
span { border-color: rgb(45,146,21); }
td.TdClassName
{
border-color: #2D9215;
}
.TagClassName
{
border-color: #2D9215;
}
</style>