Shades of Forest Green #29882D
Tints of Forest Green #29882D
RGB
CMYK
RGB Variations
Color information
#29882D (or 0x29882D) is known color: Forest Green. HEX triplet: 29, 88 and 2D. RGB value is (41,136,45). Sum of RGB (Red+Green+Blue) = 41+136+45=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #29882D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29882D is #D677D2. Grayscale: #616161. Windows color (decimal): -14055379 or 2983977. OLE color: 2983977.
HSL color Cylindrical-coordinate representation of color #29882D: hue angle of 122.53º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29882D is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 136 | 45 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.47 |
| HSL | 122.53º | 0.54% | 0.35% | - |
| HSV(B) | 122.53º | 0.7% | 0.53% | - |
| XYZ | 10.19 | 18.27 | 5.47 | - |
| YUV | 97.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 45 | 0.70 | 0 | 0.67 | 0.47 | 122.53 | 0.54 | 0.35 |
| Hex | 29 | 88 | 2D | 46 | 0 | 43 | 2F | 7B | 36 | 23 |
| Octal | 51 | 210 | 55 | 106 | 0 | 103 | 57 | 173 | 66 | 43 |
| Binary | 101001 | 10001000 | 101101 | 1000110 | 0 | 1000011 | 101111 | 1111011 | 110110 | 100011 |
Color Harmonies of #29882D
Complementary color
Monochromatic Colors of #29882D
Black with #29882D
Text Example
Text Example
White with #29882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29882D; }
p { color: rgb(41,136,45); }
H1.HeaderClassName
{
color: #29882D;
}
.AnyTagClassName
{
color: #29882D;
}
</style>
background-color css
<style>
a { background-color: #29882D; }
a { background-color: rgb(41,136,45); }
div.DivClassName
{
background-color: #29882D;
}
.BgClassName
{
background-color: #29882D;
}
</style>
border-color css
<style>
span { border-color: #29882D; }
span { border-color: rgb(41,136,45); }
td.TdClassName
{
border-color: #29882D;
}
.TagClassName
{
border-color: #29882D;
}
</style>