Shades of Forest Green #29852C
Tints of Forest Green #29852C
RGB
CMYK
RGB Variations
Color information
#29852C (or 0x29852C) is known color: Forest Green. HEX triplet: 29, 85 and 2C. RGB value is (41,133,44). Sum of RGB (Red+Green+Blue) = 41+133+44=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #29852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29852C is #D67AD3. Grayscale: #5F5F5F. Windows color (decimal): -14056148 or 2917673. OLE color: 2917673.
HSL color Cylindrical-coordinate representation of color #29852C: hue angle of 121.96º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29852C is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 133 | 44 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.48 |
| HSL | 121.96º | 0.53% | 0.34% | - |
| HSV(B) | 121.96º | 0.69% | 0.52% | - |
| XYZ | 9.76 | 17.43 | 5.23 | - |
| YUV | 95.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 44 | 0.69 | 0 | 0.67 | 0.48 | 121.96 | 0.53 | 0.34 |
| Hex | 29 | 85 | 2C | 45 | 0 | 43 | 30 | 7A | 35 | 22 |
| Octal | 51 | 205 | 54 | 105 | 0 | 103 | 60 | 172 | 65 | 42 |
| Binary | 101001 | 10000101 | 101100 | 1000101 | 0 | 1000011 | 110000 | 1111010 | 110101 | 100010 |
Color Harmonies of #29852C
Complementary color
Monochromatic Colors of #29852C
Black with #29852C
Text Example
Text Example
White with #29852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29852C; }
p { color: rgb(41,133,44); }
H1.HeaderClassName
{
color: #29852C;
}
.AnyTagClassName
{
color: #29852C;
}
</style>
background-color css
<style>
a { background-color: #29852C; }
a { background-color: rgb(41,133,44); }
div.DivClassName
{
background-color: #29852C;
}
.BgClassName
{
background-color: #29852C;
}
</style>
border-color css
<style>
span { border-color: #29852C; }
span { border-color: rgb(41,133,44); }
td.TdClassName
{
border-color: #29852C;
}
.TagClassName
{
border-color: #29852C;
}
</style>