Shades of Forest Green #1D9917
Tints of Forest Green #1D9917
RGB
CMYK
RGB Variations
Color information
#1D9917 (or 0x1D9917) is known color: Forest Green. HEX triplet: 1D, 99 and 17. RGB value is (29,153,23). Sum of RGB (Red+Green+Blue) = 29+153+23=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 153 (60.16% from 255 or 74.63% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 153 - color contains mainly: green. Hex color #1D9917 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9917 is #E266E8. Grayscale: #656565. Windows color (decimal): -14837481 or 1546525. OLE color: 1546525.
HSL color Cylindrical-coordinate representation of color #1D9917: hue angle of 117.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D9917 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 153 | 23 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.4 |
| HSL | 117.23º | 0.74% | 0.35% | - |
| HSV(B) | 117.23º | 0.85% | 0.6% | - |
| XYZ | 12.05 | 23.11 | 4.64 | - |
| YUV | 101.1 | 83.92 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 23 | 0.81 | 0 | 0.85 | 0.4 | 117.23 | 0.74 | 0.35 |
| Hex | 1D | 99 | 17 | 51 | 0 | 55 | 28 | 75 | 4A | 23 |
| Octal | 35 | 231 | 27 | 121 | 0 | 125 | 50 | 165 | 112 | 43 |
| Binary | 11101 | 10011001 | 10111 | 1010001 | 0 | 1010101 | 101000 | 1110101 | 1001010 | 100011 |
Color Harmonies of #1D9917
Complementary color
Monochromatic Colors of #1D9917
Black with #1D9917
Text Example
Text Example
White with #1D9917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9917; }
p { color: rgb(29,153,23); }
H1.HeaderClassName
{
color: #1D9917;
}
.AnyTagClassName
{
color: #1D9917;
}
</style>
background-color css
<style>
a { background-color: #1D9917; }
a { background-color: rgb(29,153,23); }
div.DivClassName
{
background-color: #1D9917;
}
.BgClassName
{
background-color: #1D9917;
}
</style>
border-color css
<style>
span { border-color: #1D9917; }
span { border-color: rgb(29,153,23); }
td.TdClassName
{
border-color: #1D9917;
}
.TagClassName
{
border-color: #1D9917;
}
</style>