Shades of Forest Green #297E1D
Tints of Forest Green #297E1D
RGB
CMYK
RGB Variations
Color information
#297E1D (or 0x297E1D) is known color: Forest Green. HEX triplet: 29, 7E and 1D. RGB value is (41,126,29). Sum of RGB (Red+Green+Blue) = 41+126+29=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 126 (49.61% from 255 or 64.29% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 126 - color contains mainly: green. Hex color #297E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E1D is #D681E2. Grayscale: #595959. Windows color (decimal): -14057955 or 1932841. OLE color: 1932841.
HSL color Cylindrical-coordinate representation of color #297E1D: hue angle of 112.58º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297E1D is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 126 | 29 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.51 |
| HSL | 112.58º | 0.63% | 0.3% | - |
| HSV(B) | 112.58º | 0.77% | 0.49% | - |
| XYZ | 8.6 | 15.48 | 3.7 | - |
| YUV | 89.53 | 93.84 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 29 | 0.67 | 0 | 0.77 | 0.51 | 112.58 | 0.63 | 0.3 |
| Hex | 29 | 7E | 1D | 43 | 0 | 4D | 33 | 71 | 3F | 1E |
| Octal | 51 | 176 | 35 | 103 | 0 | 115 | 63 | 161 | 77 | 36 |
| Binary | 101001 | 1111110 | 11101 | 1000011 | 0 | 1001101 | 110011 | 1110001 | 111111 | 11110 |
Color Harmonies of #297E1D
Complementary color
Monochromatic Colors of #297E1D
Black with #297E1D
Text Example
Text Example
White with #297E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E1D; }
p { color: rgb(41,126,29); }
H1.HeaderClassName
{
color: #297E1D;
}
.AnyTagClassName
{
color: #297E1D;
}
</style>
background-color css
<style>
a { background-color: #297E1D; }
a { background-color: rgb(41,126,29); }
div.DivClassName
{
background-color: #297E1D;
}
.BgClassName
{
background-color: #297E1D;
}
</style>
border-color css
<style>
span { border-color: #297E1D; }
span { border-color: rgb(41,126,29); }
td.TdClassName
{
border-color: #297E1D;
}
.TagClassName
{
border-color: #297E1D;
}
</style>