Shades of Forest Green #297E1A
Tints of Forest Green #297E1A
RGB
CMYK
RGB Variations
Color information
#297E1A (or 0x297E1A) is known color: Forest Green. HEX triplet: 29, 7E and 1A. RGB value is (41,126,26). Sum of RGB (Red+Green+Blue) = 41+126+26=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 126 (49.61% from 255 or 65.28% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 126 - color contains mainly: green. Hex color #297E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E1A is #D681E5. Grayscale: #595959. Windows color (decimal): -14057958 or 1736233. OLE color: 1736233.
HSL color Cylindrical-coordinate representation of color #297E1A: hue angle of 111º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #297E1A is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 126 | 26 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.51 |
| HSL | 111º | 0.66% | 0.3% | - |
| HSV(B) | 111º | 0.79% | 0.49% | - |
| XYZ | 8.56 | 15.47 | 3.51 | - |
| YUV | 89.19 | 92.34 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 26 | 0.67 | 0 | 0.79 | 0.51 | 111 | 0.66 | 0.3 |
| Hex | 29 | 7E | 1A | 43 | 0 | 4F | 33 | 6F | 42 | 1E |
| Octal | 51 | 176 | 32 | 103 | 0 | 117 | 63 | 157 | 102 | 36 |
| Binary | 101001 | 1111110 | 11010 | 1000011 | 0 | 1001111 | 110011 | 1101111 | 1000010 | 11110 |
Color Harmonies of #297E1A
Complementary color
Monochromatic Colors of #297E1A
Black with #297E1A
Text Example
Text Example
White with #297E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E1A; }
p { color: rgb(41,126,26); }
H1.HeaderClassName
{
color: #297E1A;
}
.AnyTagClassName
{
color: #297E1A;
}
</style>
background-color css
<style>
a { background-color: #297E1A; }
a { background-color: rgb(41,126,26); }
div.DivClassName
{
background-color: #297E1A;
}
.BgClassName
{
background-color: #297E1A;
}
</style>
border-color css
<style>
span { border-color: #297E1A; }
span { border-color: rgb(41,126,26); }
td.TdClassName
{
border-color: #297E1A;
}
.TagClassName
{
border-color: #297E1A;
}
</style>