Shades of Forest Green #29AA2D
Tints of Forest Green #29AA2D
RGB
CMYK
RGB Variations
Color information
#29AA2D (or 0x29AA2D) is known color: Forest Green. HEX triplet: 29, AA and 2D. RGB value is (41,170,45). Sum of RGB (Red+Green+Blue) = 41+170+45=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AA2D is #D655D2. Grayscale: #757575. Windows color (decimal): -14046675 or 2992681. OLE color: 2992681.
HSL color Cylindrical-coordinate representation of color #29AA2D: hue angle of 121.86º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AA2D is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 170 | 45 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.33 |
| HSL | 121.86º | 0.61% | 0.41% | - |
| HSV(B) | 121.86º | 0.76% | 0.67% | - |
| XYZ | 15.76 | 29.41 | 7.33 | - |
| YUV | 117.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 45 | 0.76 | 0 | 0.74 | 0.33 | 121.86 | 0.61 | 0.41 |
| Hex | 29 | AA | 2D | 4C | 0 | 4A | 21 | 7A | 3D | 29 |
| Octal | 51 | 252 | 55 | 114 | 0 | 112 | 41 | 172 | 75 | 51 |
| Binary | 101001 | 10101010 | 101101 | 1001100 | 0 | 1001010 | 100001 | 1111010 | 111101 | 101001 |
Color Harmonies of #29AA2D
Complementary color
Monochromatic Colors of #29AA2D
Black with #29AA2D
Text Example
Text Example
White with #29AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AA2D; }
p { color: rgb(41,170,45); }
H1.HeaderClassName
{
color: #29AA2D;
}
.AnyTagClassName
{
color: #29AA2D;
}
</style>
background-color css
<style>
a { background-color: #29AA2D; }
a { background-color: rgb(41,170,45); }
div.DivClassName
{
background-color: #29AA2D;
}
.BgClassName
{
background-color: #29AA2D;
}
</style>
border-color css
<style>
span { border-color: #29AA2D; }
span { border-color: rgb(41,170,45); }
td.TdClassName
{
border-color: #29AA2D;
}
.TagClassName
{
border-color: #29AA2D;
}
</style>