Shades of Forest Green #2D9116
Tints of Forest Green #2D9116
RGB
CMYK
RGB Variations
Color information
#2D9116 (or 0x2D9116) is known color: Forest Green. HEX triplet: 2D, 91 and 16. RGB value is (45,145,22). Sum of RGB (Red+Green+Blue) = 45+145+22=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #2D9116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9116 is #D26EE9. Grayscale: #656565. Windows color (decimal): -13790954 or 1478957. OLE color: 1478957.
HSL color Cylindrical-coordinate representation of color #2D9116: hue angle of 108.78º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D9116 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 145 | 22 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.43 |
| HSL | 108.78º | 0.74% | 0.33% | - |
| HSV(B) | 108.78º | 0.85% | 0.57% | - |
| XYZ | 11.35 | 20.87 | 4.19 | - |
| YUV | 101.08 | 83.37 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 145 | 22 | 0.69 | 0 | 0.85 | 0.43 | 108.78 | 0.74 | 0.33 |
| Hex | 2D | 91 | 16 | 45 | 0 | 55 | 2B | 6D | 4A | 21 |
| Octal | 55 | 221 | 26 | 105 | 0 | 125 | 53 | 155 | 112 | 41 |
| Binary | 101101 | 10010001 | 10110 | 1000101 | 0 | 1010101 | 101011 | 1101101 | 1001010 | 100001 |
Color Harmonies of #2D9116
Complementary color
Monochromatic Colors of #2D9116
Black with #2D9116
Text Example
Text Example
White with #2D9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9116; }
p { color: rgb(45,145,22); }
H1.HeaderClassName
{
color: #2D9116;
}
.AnyTagClassName
{
color: #2D9116;
}
</style>
background-color css
<style>
a { background-color: #2D9116; }
a { background-color: rgb(45,145,22); }
div.DivClassName
{
background-color: #2D9116;
}
.BgClassName
{
background-color: #2D9116;
}
</style>
border-color css
<style>
span { border-color: #2D9116; }
span { border-color: rgb(45,145,22); }
td.TdClassName
{
border-color: #2D9116;
}
.TagClassName
{
border-color: #2D9116;
}
</style>