Shades of Forest Green #297E1E
Tints of Forest Green #297E1E
RGB
CMYK
RGB Variations
Color information
#297E1E (or 0x297E1E) is known color: Forest Green. HEX triplet: 29, 7E and 1E. RGB value is (41,126,30). Sum of RGB (Red+Green+Blue) = 41+126+30=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 126 (49.61% from 255 or 63.96% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 126 - color contains mainly: green. Hex color #297E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E1E is #D681E1. Grayscale: #595959. Windows color (decimal): -14057954 or 1998377. OLE color: 1998377.
HSL color Cylindrical-coordinate representation of color #297E1E: hue angle of 113.12º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #297E1E is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 126 | 30 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.51 |
| HSL | 113.13º | 0.62% | 0.31% | - |
| HSV(B) | 113.13º | 0.76% | 0.49% | - |
| XYZ | 8.61 | 15.49 | 3.76 | - |
| YUV | 89.64 | 94.34 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 30 | 0.67 | 0 | 0.76 | 0.51 | 113.13 | 0.62 | 0.31 |
| Hex | 29 | 7E | 1E | 43 | 0 | 4C | 33 | 71 | 3E | 1F |
| Octal | 51 | 176 | 36 | 103 | 0 | 114 | 63 | 161 | 76 | 37 |
| Binary | 101001 | 1111110 | 11110 | 1000011 | 0 | 1001100 | 110011 | 1110001 | 111110 | 11111 |
Color Harmonies of #297E1E
Complementary color
Monochromatic Colors of #297E1E
Black with #297E1E
Text Example
Text Example
White with #297E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E1E; }
p { color: rgb(41,126,30); }
H1.HeaderClassName
{
color: #297E1E;
}
.AnyTagClassName
{
color: #297E1E;
}
</style>
background-color css
<style>
a { background-color: #297E1E; }
a { background-color: rgb(41,126,30); }
div.DivClassName
{
background-color: #297E1E;
}
.BgClassName
{
background-color: #297E1E;
}
</style>
border-color css
<style>
span { border-color: #297E1E; }
span { border-color: rgb(41,126,30); }
td.TdClassName
{
border-color: #297E1E;
}
.TagClassName
{
border-color: #297E1E;
}
</style>