Shades of Forest Green #2DA729
Tints of Forest Green #2DA729
RGB
CMYK
RGB Variations
Color information
#2DA729 (or 0x2DA729) is known color: Forest Green. HEX triplet: 2D, A7 and 29. RGB value is (45,167,41). Sum of RGB (Red+Green+Blue) = 45+167+41=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 167 (65.62% from 255 or 66.01% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA729 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA729 is #D258D6. Grayscale: #747474. Windows color (decimal): -13785303 or 2729773. OLE color: 2729773.
HSL color Cylindrical-coordinate representation of color #2DA729: hue angle of 118.1º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DA729 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 41 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.35 |
| HSL | 118.1º | 0.61% | 0.41% | - |
| HSV(B) | 118.1º | 0.75% | 0.65% | - |
| XYZ | 15.3 | 28.36 | 6.76 | - |
| YUV | 116.16 | 85.58 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 41 | 0.73 | 0 | 0.75 | 0.35 | 118.1 | 0.61 | 0.41 |
| Hex | 2D | A7 | 29 | 49 | 0 | 4B | 23 | 76 | 3D | 29 |
| Octal | 55 | 247 | 51 | 111 | 0 | 113 | 43 | 166 | 75 | 51 |
| Binary | 101101 | 10100111 | 101001 | 1001001 | 0 | 1001011 | 100011 | 1110110 | 111101 | 101001 |
Color Harmonies of #2DA729
Complementary color
Monochromatic Colors of #2DA729
Black with #2DA729
Text Example
Text Example
White with #2DA729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA729; }
p { color: rgb(45,167,41); }
H1.HeaderClassName
{
color: #2DA729;
}
.AnyTagClassName
{
color: #2DA729;
}
</style>
background-color css
<style>
a { background-color: #2DA729; }
a { background-color: rgb(45,167,41); }
div.DivClassName
{
background-color: #2DA729;
}
.BgClassName
{
background-color: #2DA729;
}
</style>
border-color css
<style>
span { border-color: #2DA729; }
span { border-color: rgb(45,167,41); }
td.TdClassName
{
border-color: #2DA729;
}
.TagClassName
{
border-color: #2DA729;
}
</style>