Shades of Forest Green #2D9310
Tints of Forest Green #2D9310
RGB
CMYK
RGB Variations
Color information
#2D9310 (or 0x2D9310) is known color: Forest Green. HEX triplet: 2D, 93 and 10. RGB value is (45,147,16). Sum of RGB (Red+Green+Blue) = 45+147+16=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 147 (57.81% from 255 or 70.67% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9310 is #D26CEF. Grayscale: #656565. Windows color (decimal): -13790448 or 1086253. OLE color: 1086253.
HSL color Cylindrical-coordinate representation of color #2D9310: hue angle of 106.72º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D9310 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 16 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.42 |
| HSL | 106.72º | 0.8% | 0.32% | - |
| HSV(B) | 106.72º | 0.89% | 0.58% | - |
| XYZ | 11.61 | 21.46 | 4.02 | - |
| YUV | 101.57 | 79.71 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 16 | 0.69 | 0 | 0.89 | 0.42 | 106.72 | 0.8 | 0.32 |
| Hex | 2D | 93 | 10 | 45 | 0 | 59 | 2A | 6B | 50 | 20 |
| Octal | 55 | 223 | 20 | 105 | 0 | 131 | 52 | 153 | 120 | 40 |
| Binary | 101101 | 10010011 | 10000 | 1000101 | 0 | 1011001 | 101010 | 1101011 | 1010000 | 100000 |
Color Harmonies of #2D9310
Complementary color
Monochromatic Colors of #2D9310
Black with #2D9310
Text Example
Text Example
White with #2D9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9310; }
p { color: rgb(45,147,16); }
H1.HeaderClassName
{
color: #2D9310;
}
.AnyTagClassName
{
color: #2D9310;
}
</style>
background-color css
<style>
a { background-color: #2D9310; }
a { background-color: rgb(45,147,16); }
div.DivClassName
{
background-color: #2D9310;
}
.BgClassName
{
background-color: #2D9310;
}
</style>
border-color css
<style>
span { border-color: #2D9310; }
span { border-color: rgb(45,147,16); }
td.TdClassName
{
border-color: #2D9310;
}
.TagClassName
{
border-color: #2D9310;
}
</style>