Shades of Forest Green #2D9316
Tints of Forest Green #2D9316
RGB
CMYK
RGB Variations
Color information
#2D9316 (or 0x2D9316) is known color: Forest Green. HEX triplet: 2D, 93 and 16. RGB value is (45,147,22). Sum of RGB (Red+Green+Blue) = 45+147+22=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9316 is #D26CE9. Grayscale: #666666. Windows color (decimal): -13790442 or 1479469. OLE color: 1479469.
HSL color Cylindrical-coordinate representation of color #2D9316: hue angle of 108.96º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D9316 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 22 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.42 |
| HSL | 108.96º | 0.74% | 0.33% | - |
| HSV(B) | 108.96º | 0.85% | 0.58% | - |
| XYZ | 11.66 | 21.48 | 4.29 | - |
| YUV | 102.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 22 | 0.69 | 0 | 0.85 | 0.42 | 108.96 | 0.74 | 0.33 |
| Hex | 2D | 93 | 16 | 45 | 0 | 55 | 2A | 6D | 4A | 21 |
| Octal | 55 | 223 | 26 | 105 | 0 | 125 | 52 | 155 | 112 | 41 |
| Binary | 101101 | 10010011 | 10110 | 1000101 | 0 | 1010101 | 101010 | 1101101 | 1001010 | 100001 |
Color Harmonies of #2D9316
Complementary color
Monochromatic Colors of #2D9316
Black with #2D9316
Text Example
Text Example
White with #2D9316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9316; }
p { color: rgb(45,147,22); }
H1.HeaderClassName
{
color: #2D9316;
}
.AnyTagClassName
{
color: #2D9316;
}
</style>
background-color css
<style>
a { background-color: #2D9316; }
a { background-color: rgb(45,147,22); }
div.DivClassName
{
background-color: #2D9316;
}
.BgClassName
{
background-color: #2D9316;
}
</style>
border-color css
<style>
span { border-color: #2D9316; }
span { border-color: rgb(45,147,22); }
td.TdClassName
{
border-color: #2D9316;
}
.TagClassName
{
border-color: #2D9316;
}
</style>