Shades of Forest Green #299D14
Tints of Forest Green #299D14
RGB
CMYK
RGB Variations
Color information
#299D14 (or 0x299D14) is known color: Forest Green. HEX triplet: 29, 9D and 14. RGB value is (41,157,20). Sum of RGB (Red+Green+Blue) = 41+157+20=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 157 (61.72% from 255 or 72.02% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 157 - color contains mainly: green. Hex color #299D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #299D14 is #D662EB. Grayscale: #6B6B6B. Windows color (decimal): -14050028 or 1350953. OLE color: 1350953.
HSL color Cylindrical-coordinate representation of color #299D14: hue angle of 110.8º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #299D14 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 157 | 20 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.38 |
| HSL | 110.8º | 0.77% | 0.35% | - |
| HSV(B) | 110.8º | 0.87% | 0.62% | - |
| XYZ | 13.1 | 24.64 | 4.73 | - |
| YUV | 106.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 20 | 0.74 | 0 | 0.87 | 0.38 | 110.8 | 0.77 | 0.35 |
| Hex | 29 | 9D | 14 | 4A | 0 | 57 | 26 | 6F | 4D | 23 |
| Octal | 51 | 235 | 24 | 112 | 0 | 127 | 46 | 157 | 115 | 43 |
| Binary | 101001 | 10011101 | 10100 | 1001010 | 0 | 1010111 | 100110 | 1101111 | 1001101 | 100011 |
Color Harmonies of #299D14
Complementary color
Monochromatic Colors of #299D14
Black with #299D14
Text Example
Text Example
White with #299D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299D14; }
p { color: rgb(41,157,20); }
H1.HeaderClassName
{
color: #299D14;
}
.AnyTagClassName
{
color: #299D14;
}
</style>
background-color css
<style>
a { background-color: #299D14; }
a { background-color: rgb(41,157,20); }
div.DivClassName
{
background-color: #299D14;
}
.BgClassName
{
background-color: #299D14;
}
</style>
border-color css
<style>
span { border-color: #299D14; }
span { border-color: rgb(41,157,20); }
td.TdClassName
{
border-color: #299D14;
}
.TagClassName
{
border-color: #299D14;
}
</style>