Shades of Forest Green #299505
Tints of Forest Green #299505
RGB
CMYK
RGB Variations
Color information
#299505 (or 0x299505) is known color: Forest Green. HEX triplet: 29, 95 and 05. RGB value is (41,149,5). Sum of RGB (Red+Green+Blue) = 41+149+5=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #299505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #299505 is #D66AFA. Grayscale: #646464. Windows color (decimal): -14052091 or 365865. OLE color: 365865.
HSL color Cylindrical-coordinate representation of color #299505: hue angle of 105º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #299505 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 149 | 5 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.42 |
| HSL | 105º | 0.94% | 0.3% | - |
| HSV(B) | 105º | 0.97% | 0.58% | - |
| XYZ | 11.69 | 21.98 | 3.77 | - |
| YUV | 100.29 | 74.22 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 5 | 0.72 | 0 | 0.97 | 0.42 | 105 | 0.94 | 0.3 |
| Hex | 29 | 95 | 5 | 48 | 0 | 61 | 2A | 69 | 5E | 1E |
| Octal | 51 | 225 | 5 | 110 | 0 | 141 | 52 | 151 | 136 | 36 |
| Binary | 101001 | 10010101 | 101 | 1001000 | 0 | 1100001 | 101010 | 1101001 | 1011110 | 11110 |
Color Harmonies of #299505
Complementary color
Monochromatic Colors of #299505
Black with #299505
Text Example
Text Example
White with #299505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299505; }
p { color: rgb(41,149,5); }
H1.HeaderClassName
{
color: #299505;
}
.AnyTagClassName
{
color: #299505;
}
</style>
background-color css
<style>
a { background-color: #299505; }
a { background-color: rgb(41,149,5); }
div.DivClassName
{
background-color: #299505;
}
.BgClassName
{
background-color: #299505;
}
</style>
border-color css
<style>
span { border-color: #299505; }
span { border-color: rgb(41,149,5); }
td.TdClassName
{
border-color: #299505;
}
.TagClassName
{
border-color: #299505;
}
</style>