Shades of Forest Green #29982D
Tints of Forest Green #29982D
RGB
CMYK
RGB Variations
Color information
#29982D (or 0x29982D) is known color: Forest Green. HEX triplet: 29, 98 and 2D. RGB value is (41,152,45). Sum of RGB (Red+Green+Blue) = 41+152+45=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #29982D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29982D is #D667D2. Grayscale: #6A6A6A. Windows color (decimal): -14051283 or 2988073. OLE color: 2988073.
HSL color Cylindrical-coordinate representation of color #29982D: hue angle of 122.16º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29982D is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 152 | 45 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.40 |
| HSL | 122.16º | 0.58% | 0.38% | - |
| HSV(B) | 122.16º | 0.73% | 0.6% | - |
| XYZ | 12.62 | 23.12 | 6.28 | - |
| YUV | 106.61 | 93.23 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 45 | 0.73 | 0 | 0.70 | 0.40 | 122.16 | 0.58 | 0.38 |
| Hex | 29 | 98 | 2D | 49 | 0 | 46 | 28 | 7A | 3A | 26 |
| Octal | 51 | 230 | 55 | 111 | 0 | 106 | 50 | 172 | 72 | 46 |
| Binary | 101001 | 10011000 | 101101 | 1001001 | 0 | 1000110 | 101000 | 1111010 | 111010 | 100110 |
Color Harmonies of #29982D
Complementary color
Monochromatic Colors of #29982D
Black with #29982D
Text Example
Text Example
White with #29982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29982D; }
p { color: rgb(41,152,45); }
H1.HeaderClassName
{
color: #29982D;
}
.AnyTagClassName
{
color: #29982D;
}
</style>
background-color css
<style>
a { background-color: #29982D; }
a { background-color: rgb(41,152,45); }
div.DivClassName
{
background-color: #29982D;
}
.BgClassName
{
background-color: #29982D;
}
</style>
border-color css
<style>
span { border-color: #29982D; }
span { border-color: rgb(41,152,45); }
td.TdClassName
{
border-color: #29982D;
}
.TagClassName
{
border-color: #29982D;
}
</style>