Shades of Forest Green #2D9329
Tints of Forest Green #2D9329
RGB
CMYK
RGB Variations
Color information
#2D9329 (or 0x2D9329) is known color: Forest Green. HEX triplet: 2D, 93 and 29. RGB value is (45,147,41). Sum of RGB (Red+Green+Blue) = 45+147+41=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9329 is #D26CD6. Grayscale: #686868. Windows color (decimal): -13790423 or 2724653. OLE color: 2724653.
HSL color Cylindrical-coordinate representation of color #2D9329: hue angle of 117.74º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9329 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 41 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.42 |
| HSL | 117.74º | 0.56% | 0.37% | - |
| HSV(B) | 117.74º | 0.72% | 0.58% | - |
| XYZ | 11.92 | 21.59 | 5.64 | - |
| YUV | 104.42 | 92.21 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 41 | 0.69 | 0 | 0.72 | 0.42 | 117.74 | 0.56 | 0.37 |
| Hex | 2D | 93 | 29 | 45 | 0 | 48 | 2A | 76 | 38 | 25 |
| Octal | 55 | 223 | 51 | 105 | 0 | 110 | 52 | 166 | 70 | 45 |
| Binary | 101101 | 10010011 | 101001 | 1000101 | 0 | 1001000 | 101010 | 1110110 | 111000 | 100101 |
Color Harmonies of #2D9329
Complementary color
Monochromatic Colors of #2D9329
Black with #2D9329
Text Example
Text Example
White with #2D9329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9329; }
p { color: rgb(45,147,41); }
H1.HeaderClassName
{
color: #2D9329;
}
.AnyTagClassName
{
color: #2D9329;
}
</style>
background-color css
<style>
a { background-color: #2D9329; }
a { background-color: rgb(45,147,41); }
div.DivClassName
{
background-color: #2D9329;
}
.BgClassName
{
background-color: #2D9329;
}
</style>
border-color css
<style>
span { border-color: #2D9329; }
span { border-color: rgb(45,147,41); }
td.TdClassName
{
border-color: #2D9329;
}
.TagClassName
{
border-color: #2D9329;
}
</style>