Shades of Forest Green #1D9711
Tints of Forest Green #1D9711
RGB
CMYK
RGB Variations
Color information
#1D9711 (or 0x1D9711) is known color: Forest Green. HEX triplet: 1D, 97 and 11. RGB value is (29,151,17). Sum of RGB (Red+Green+Blue) = 29+151+17=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 151 (59.38% from 255 or 76.65% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 151 - color contains mainly: green. Hex color #1D9711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9711 is #E268EE. Grayscale: #636363. Windows color (decimal): -14837999 or 1152797. OLE color: 1152797.
HSL color Cylindrical-coordinate representation of color #1D9711: hue angle of 114.63º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D9711 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 151 | 17 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.41 |
| HSL | 114.63º | 0.8% | 0.33% | - |
| HSV(B) | 114.63º | 0.89% | 0.59% | - |
| XYZ | 11.67 | 22.43 | 4.25 | - |
| YUV | 99.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 151 | 17 | 0.81 | 0 | 0.89 | 0.41 | 114.63 | 0.8 | 0.33 |
| Hex | 1D | 97 | 11 | 51 | 0 | 59 | 29 | 73 | 50 | 21 |
| Octal | 35 | 227 | 21 | 121 | 0 | 131 | 51 | 163 | 120 | 41 |
| Binary | 11101 | 10010111 | 10001 | 1010001 | 0 | 1011001 | 101001 | 1110011 | 1010000 | 100001 |
Color Harmonies of #1D9711
Complementary color
Monochromatic Colors of #1D9711
Black with #1D9711
Text Example
Text Example
White with #1D9711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9711; }
p { color: rgb(29,151,17); }
H1.HeaderClassName
{
color: #1D9711;
}
.AnyTagClassName
{
color: #1D9711;
}
</style>
background-color css
<style>
a { background-color: #1D9711; }
a { background-color: rgb(29,151,17); }
div.DivClassName
{
background-color: #1D9711;
}
.BgClassName
{
background-color: #1D9711;
}
</style>
border-color css
<style>
span { border-color: #1D9711; }
span { border-color: rgb(29,151,17); }
td.TdClassName
{
border-color: #1D9711;
}
.TagClassName
{
border-color: #1D9711;
}
</style>