Shades of Forest Green #29902D
Tints of Forest Green #29902D
RGB
CMYK
RGB Variations
Color information
#29902D (or 0x29902D) is known color: Forest Green. HEX triplet: 29, 90 and 2D. RGB value is (41,144,45). Sum of RGB (Red+Green+Blue) = 41+144+45=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 144 (56.64% from 255 or 62.61% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 144 - color contains mainly: green. Hex color #29902D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29902D is #D66FD2. Grayscale: #666666. Windows color (decimal): -14053331 or 2986025. OLE color: 2986025.
HSL color Cylindrical-coordinate representation of color #29902D: hue angle of 122.33º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29902D is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 144 | 45 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.44 |
| HSL | 122.33º | 0.56% | 0.36% | - |
| HSV(B) | 122.33º | 0.72% | 0.56% | - |
| XYZ | 11.36 | 20.61 | 5.86 | - |
| YUV | 101.92 | 95.88 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 45 | 0.72 | 0 | 0.69 | 0.44 | 122.33 | 0.56 | 0.36 |
| Hex | 29 | 90 | 2D | 48 | 0 | 45 | 2C | 7A | 38 | 24 |
| Octal | 51 | 220 | 55 | 110 | 0 | 105 | 54 | 172 | 70 | 44 |
| Binary | 101001 | 10010000 | 101101 | 1001000 | 0 | 1000101 | 101100 | 1111010 | 111000 | 100100 |
Color Harmonies of #29902D
Complementary color
Monochromatic Colors of #29902D
Black with #29902D
Text Example
Text Example
White with #29902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29902D; }
p { color: rgb(41,144,45); }
H1.HeaderClassName
{
color: #29902D;
}
.AnyTagClassName
{
color: #29902D;
}
</style>
background-color css
<style>
a { background-color: #29902D; }
a { background-color: rgb(41,144,45); }
div.DivClassName
{
background-color: #29902D;
}
.BgClassName
{
background-color: #29902D;
}
</style>
border-color css
<style>
span { border-color: #29902D; }
span { border-color: rgb(41,144,45); }
td.TdClassName
{
border-color: #29902D;
}
.TagClassName
{
border-color: #29902D;
}
</style>