Shades of Forest Green #297E14
Tints of Forest Green #297E14
RGB
CMYK
RGB Variations
Color information
#297E14 (or 0x297E14) is known color: Forest Green. HEX triplet: 29, 7E and 14. RGB value is (41,126,20). Sum of RGB (Red+Green+Blue) = 41+126+20=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 126 (49.61% from 255 or 67.38% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 126 - color contains mainly: green. Hex color #297E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297E14 is #D681EB. Grayscale: #585858. Windows color (decimal): -14057964 or 1343017. OLE color: 1343017.
HSL color Cylindrical-coordinate representation of color #297E14: hue angle of 108.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297E14 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 126 | 20 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.51 |
| HSL | 108.11º | 0.73% | 0.29% | - |
| HSV(B) | 108.11º | 0.84% | 0.49% | - |
| XYZ | 8.5 | 15.44 | 3.19 | - |
| YUV | 88.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 20 | 0.67 | 0 | 0.84 | 0.51 | 108.11 | 0.73 | 0.29 |
| Hex | 29 | 7E | 14 | 43 | 0 | 54 | 33 | 6C | 49 | 1D |
| Octal | 51 | 176 | 24 | 103 | 0 | 124 | 63 | 154 | 111 | 35 |
| Binary | 101001 | 1111110 | 10100 | 1000011 | 0 | 1010100 | 110011 | 1101100 | 1001001 | 11101 |
Color Harmonies of #297E14
Complementary color
Monochromatic Colors of #297E14
Black with #297E14
Text Example
Text Example
White with #297E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E14; }
p { color: rgb(41,126,20); }
H1.HeaderClassName
{
color: #297E14;
}
.AnyTagClassName
{
color: #297E14;
}
</style>
background-color css
<style>
a { background-color: #297E14; }
a { background-color: rgb(41,126,20); }
div.DivClassName
{
background-color: #297E14;
}
.BgClassName
{
background-color: #297E14;
}
</style>
border-color css
<style>
span { border-color: #297E14; }
span { border-color: rgb(41,126,20); }
td.TdClassName
{
border-color: #297E14;
}
.TagClassName
{
border-color: #297E14;
}
</style>