Shades of Forest Green #299F2F
Tints of Forest Green #299F2F
RGB
CMYK
RGB Variations
Color information
#299F2F (or 0x299F2F) is known color: Forest Green. HEX triplet: 29, 9F and 2F. RGB value is (41,159,47). Sum of RGB (Red+Green+Blue) = 41+159+47=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 159 (62.5% from 255 or 64.37% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 159 - color contains mainly: green. Hex color #299F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299F2F is #D660D0. Grayscale: #6F6F6F. Windows color (decimal): -14049489 or 3120937. OLE color: 3120937.
HSL color Cylindrical-coordinate representation of color #299F2F: hue angle of 123.05º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299F2F is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 159 | 47 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.38 |
| HSL | 123.05º | 0.59% | 0.39% | - |
| HSV(B) | 123.05º | 0.74% | 0.62% | - |
| XYZ | 13.83 | 25.47 | 6.88 | - |
| YUV | 110.95 | 91.91 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 47 | 0.74 | 0 | 0.70 | 0.38 | 123.05 | 0.59 | 0.39 |
| Hex | 29 | 9F | 2F | 4A | 0 | 46 | 26 | 7B | 3B | 27 |
| Octal | 51 | 237 | 57 | 112 | 0 | 106 | 46 | 173 | 73 | 47 |
| Binary | 101001 | 10011111 | 101111 | 1001010 | 0 | 1000110 | 100110 | 1111011 | 111011 | 100111 |
Color Harmonies of #299F2F
Complementary color
Monochromatic Colors of #299F2F
Black with #299F2F
Text Example
Text Example
White with #299F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299F2F; }
p { color: rgb(41,159,47); }
H1.HeaderClassName
{
color: #299F2F;
}
.AnyTagClassName
{
color: #299F2F;
}
</style>
background-color css
<style>
a { background-color: #299F2F; }
a { background-color: rgb(41,159,47); }
div.DivClassName
{
background-color: #299F2F;
}
.BgClassName
{
background-color: #299F2F;
}
</style>
border-color css
<style>
span { border-color: #299F2F; }
span { border-color: rgb(41,159,47); }
td.TdClassName
{
border-color: #299F2F;
}
.TagClassName
{
border-color: #299F2F;
}
</style>