Shades of Forest Green #2DA229
Tints of Forest Green #2DA229
RGB
CMYK
RGB Variations
Color information
#2DA229 (or 0x2DA229) is known color: Forest Green. HEX triplet: 2D, A2 and 29. RGB value is (45,162,41). Sum of RGB (Red+Green+Blue) = 45+162+41=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 162 (63.67% from 255 or 65.32% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA229 is #D25DD6. Grayscale: #717171. Windows color (decimal): -13786583 or 2728493. OLE color: 2728493.
HSL color Cylindrical-coordinate representation of color #2DA229: hue angle of 118.02º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DA229 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 41 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.36 |
| HSL | 118.02º | 0.6% | 0.4% | - |
| HSV(B) | 118.02º | 0.75% | 0.64% | - |
| XYZ | 14.4 | 26.56 | 6.47 | - |
| YUV | 113.22 | 87.24 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 41 | 0.72 | 0 | 0.75 | 0.36 | 118.02 | 0.6 | 0.4 |
| Hex | 2D | A2 | 29 | 48 | 0 | 4B | 24 | 76 | 3C | 28 |
| Octal | 55 | 242 | 51 | 110 | 0 | 113 | 44 | 166 | 74 | 50 |
| Binary | 101101 | 10100010 | 101001 | 1001000 | 0 | 1001011 | 100100 | 1110110 | 111100 | 101000 |
Color Harmonies of #2DA229
Complementary color
Monochromatic Colors of #2DA229
Black with #2DA229
Text Example
Text Example
White with #2DA229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA229; }
p { color: rgb(45,162,41); }
H1.HeaderClassName
{
color: #2DA229;
}
.AnyTagClassName
{
color: #2DA229;
}
</style>
background-color css
<style>
a { background-color: #2DA229; }
a { background-color: rgb(45,162,41); }
div.DivClassName
{
background-color: #2DA229;
}
.BgClassName
{
background-color: #2DA229;
}
</style>
border-color css
<style>
span { border-color: #2DA229; }
span { border-color: rgb(45,162,41); }
td.TdClassName
{
border-color: #2DA229;
}
.TagClassName
{
border-color: #2DA229;
}
</style>