Shades of Forest Green #299F12
Tints of Forest Green #299F12
RGB
CMYK
RGB Variations
Color information
#299F12 (or 0x299F12) is known color: Forest Green. HEX triplet: 29, 9F and 12. RGB value is (41,159,18). Sum of RGB (Red+Green+Blue) = 41+159+18=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 159 (62.5% from 255 or 72.94% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 159 - color contains mainly: green. Hex color #299F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #299F12 is #D660ED. Grayscale: #6C6C6C. Windows color (decimal): -14049518 or 1220393. OLE color: 1220393.
HSL color Cylindrical-coordinate representation of color #299F12: hue angle of 110.21º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #299F12 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 159 | 18 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.38 |
| HSL | 110.21º | 0.8% | 0.35% | - |
| HSV(B) | 110.21º | 0.89% | 0.62% | - |
| XYZ | 13.42 | 25.31 | 4.75 | - |
| YUV | 107.64 | 77.41 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 18 | 0.74 | 0 | 0.89 | 0.38 | 110.21 | 0.8 | 0.35 |
| Hex | 29 | 9F | 12 | 4A | 0 | 59 | 26 | 6E | 50 | 23 |
| Octal | 51 | 237 | 22 | 112 | 0 | 131 | 46 | 156 | 120 | 43 |
| Binary | 101001 | 10011111 | 10010 | 1001010 | 0 | 1011001 | 100110 | 1101110 | 1010000 | 100011 |
Color Harmonies of #299F12
Complementary color
Monochromatic Colors of #299F12
Black with #299F12
Text Example
Text Example
White with #299F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299F12; }
p { color: rgb(41,159,18); }
H1.HeaderClassName
{
color: #299F12;
}
.AnyTagClassName
{
color: #299F12;
}
</style>
background-color css
<style>
a { background-color: #299F12; }
a { background-color: rgb(41,159,18); }
div.DivClassName
{
background-color: #299F12;
}
.BgClassName
{
background-color: #299F12;
}
</style>
border-color css
<style>
span { border-color: #299F12; }
span { border-color: rgb(41,159,18); }
td.TdClassName
{
border-color: #299F12;
}
.TagClassName
{
border-color: #299F12;
}
</style>