Shades of Forest Green #29912C
Tints of Forest Green #29912C
RGB
CMYK
RGB Variations
Color information
#29912C (or 0x29912C) is known color: Forest Green. HEX triplet: 29, 91 and 2C. RGB value is (41,145,44). Sum of RGB (Red+Green+Blue) = 41+145+44=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #29912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29912C is #D66ED3. Grayscale: #666666. Windows color (decimal): -14053076 or 2920745. OLE color: 2920745.
HSL color Cylindrical-coordinate representation of color #29912C: hue angle of 121.73º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29912C is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 145 | 44 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.43 |
| HSL | 121.73º | 0.56% | 0.36% | - |
| HSV(B) | 121.73º | 0.72% | 0.57% | - |
| XYZ | 11.49 | 20.9 | 5.81 | - |
| YUV | 102.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 44 | 0.72 | 0 | 0.70 | 0.43 | 121.73 | 0.56 | 0.36 |
| Hex | 29 | 91 | 2C | 48 | 0 | 46 | 2B | 7A | 38 | 24 |
| Octal | 51 | 221 | 54 | 110 | 0 | 106 | 53 | 172 | 70 | 44 |
| Binary | 101001 | 10010001 | 101100 | 1001000 | 0 | 1000110 | 101011 | 1111010 | 111000 | 100100 |
Color Harmonies of #29912C
Complementary color
Monochromatic Colors of #29912C
Black with #29912C
Text Example
Text Example
White with #29912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29912C; }
p { color: rgb(41,145,44); }
H1.HeaderClassName
{
color: #29912C;
}
.AnyTagClassName
{
color: #29912C;
}
</style>
background-color css
<style>
a { background-color: #29912C; }
a { background-color: rgb(41,145,44); }
div.DivClassName
{
background-color: #29912C;
}
.BgClassName
{
background-color: #29912C;
}
</style>
border-color css
<style>
span { border-color: #29912C; }
span { border-color: rgb(41,145,44); }
td.TdClassName
{
border-color: #29912C;
}
.TagClassName
{
border-color: #29912C;
}
</style>