Shades of Forest Green #299035
Tints of Forest Green #299035
RGB
CMYK
RGB Variations
Color information
#299035 (or 0x299035) is known color: Forest Green. HEX triplet: 29, 90 and 35. RGB value is (41,144,53). Sum of RGB (Red+Green+Blue) = 41+144+53=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #299035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299035 is #D66FCA. Grayscale: #676767. Windows color (decimal): -14053323 or 3510313. OLE color: 3510313.
HSL color Cylindrical-coordinate representation of color #299035: hue angle of 126.99º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299035 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 144 | 53 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.44 |
| HSL | 126.99º | 0.56% | 0.36% | - |
| HSV(B) | 126.99º | 0.72% | 0.56% | - |
| XYZ | 11.53 | 20.67 | 6.75 | - |
| YUV | 102.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 53 | 0.72 | 0 | 0.63 | 0.44 | 126.99 | 0.56 | 0.36 |
| Hex | 29 | 90 | 35 | 48 | 0 | 3F | 2C | 7F | 38 | 24 |
| Octal | 51 | 220 | 65 | 110 | 0 | 77 | 54 | 177 | 70 | 44 |
| Binary | 101001 | 10010000 | 110101 | 1001000 | 0 | 111111 | 101100 | 1111111 | 111000 | 100100 |
Color Harmonies of #299035
Complementary color
Monochromatic Colors of #299035
Black with #299035
Text Example
Text Example
White with #299035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299035; }
p { color: rgb(41,144,53); }
H1.HeaderClassName
{
color: #299035;
}
.AnyTagClassName
{
color: #299035;
}
</style>
background-color css
<style>
a { background-color: #299035; }
a { background-color: rgb(41,144,53); }
div.DivClassName
{
background-color: #299035;
}
.BgClassName
{
background-color: #299035;
}
</style>
border-color css
<style>
span { border-color: #299035; }
span { border-color: rgb(41,144,53); }
td.TdClassName
{
border-color: #299035;
}
.TagClassName
{
border-color: #299035;
}
</style>