Shades of Forest Green #297E1C
Tints of Forest Green #297E1C
RGB
CMYK
RGB Variations
Color information
#297E1C (or 0x297E1C) is known color: Forest Green. HEX triplet: 29, 7E and 1C. RGB value is (41,126,28). Sum of RGB (Red+Green+Blue) = 41+126+28=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #297E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E1C is #D681E3. Grayscale: #595959. Windows color (decimal): -14057956 or 1867305. OLE color: 1867305.
HSL color Cylindrical-coordinate representation of color #297E1C: hue angle of 112.04º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297E1C is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 126 | 28 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.51 |
| HSL | 112.04º | 0.64% | 0.3% | - |
| HSV(B) | 112.04º | 0.78% | 0.49% | - |
| XYZ | 8.58 | 15.48 | 3.63 | - |
| YUV | 89.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 28 | 0.67 | 0 | 0.78 | 0.51 | 112.04 | 0.64 | 0.3 |
| Hex | 29 | 7E | 1C | 43 | 0 | 4E | 33 | 70 | 40 | 1E |
| Octal | 51 | 176 | 34 | 103 | 0 | 116 | 63 | 160 | 100 | 36 |
| Binary | 101001 | 1111110 | 11100 | 1000011 | 0 | 1001110 | 110011 | 1110000 | 1000000 | 11110 |
Color Harmonies of #297E1C
Complementary color
Monochromatic Colors of #297E1C
Black with #297E1C
Text Example
Text Example
White with #297E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E1C; }
p { color: rgb(41,126,28); }
H1.HeaderClassName
{
color: #297E1C;
}
.AnyTagClassName
{
color: #297E1C;
}
</style>
background-color css
<style>
a { background-color: #297E1C; }
a { background-color: rgb(41,126,28); }
div.DivClassName
{
background-color: #297E1C;
}
.BgClassName
{
background-color: #297E1C;
}
</style>
border-color css
<style>
span { border-color: #297E1C; }
span { border-color: rgb(41,126,28); }
td.TdClassName
{
border-color: #297E1C;
}
.TagClassName
{
border-color: #297E1C;
}
</style>