Shades of Forest Green #299132
Tints of Forest Green #299132
RGB
CMYK
RGB Variations
Color information
#299132 (or 0x299132) is known color: Forest Green. HEX triplet: 29, 91 and 32. RGB value is (41,145,50). Sum of RGB (Red+Green+Blue) = 41+145+50=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #299132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299132 is #D66ECD. Grayscale: #676767. Windows color (decimal): -14053070 or 3313961. OLE color: 3313961.
HSL color Cylindrical-coordinate representation of color #299132: hue angle of 125.19º 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 #299132 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 145 | 50 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.43 |
| HSL | 125.19º | 0.56% | 0.36% | - |
| HSV(B) | 125.19º | 0.72% | 0.57% | - |
| XYZ | 11.62 | 20.95 | 6.45 | - |
| YUV | 103.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 50 | 0.72 | 0 | 0.66 | 0.43 | 125.19 | 0.56 | 0.36 |
| Hex | 29 | 91 | 32 | 48 | 0 | 42 | 2B | 7D | 38 | 24 |
| Octal | 51 | 221 | 62 | 110 | 0 | 102 | 53 | 175 | 70 | 44 |
| Binary | 101001 | 10010001 | 110010 | 1001000 | 0 | 1000010 | 101011 | 1111101 | 111000 | 100100 |
Color Harmonies of #299132
Complementary color
Monochromatic Colors of #299132
Black with #299132
Text Example
Text Example
White with #299132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299132; }
p { color: rgb(41,145,50); }
H1.HeaderClassName
{
color: #299132;
}
.AnyTagClassName
{
color: #299132;
}
</style>
background-color css
<style>
a { background-color: #299132; }
a { background-color: rgb(41,145,50); }
div.DivClassName
{
background-color: #299132;
}
.BgClassName
{
background-color: #299132;
}
</style>
border-color css
<style>
span { border-color: #299132; }
span { border-color: rgb(41,145,50); }
td.TdClassName
{
border-color: #299132;
}
.TagClassName
{
border-color: #299132;
}
</style>