Shades of Forest Green #1D7815
Tints of Forest Green #1D7815
RGB
CMYK
RGB Variations
Color information
#1D7815 (or 0x1D7815) is known color: Forest Green. HEX triplet: 1D, 78 and 15. RGB value is (29,120,21). Sum of RGB (Red+Green+Blue) = 29+120+21=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 120 (47.27% from 255 or 70.59% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7815 is #E287EA. Grayscale: #515151. Windows color (decimal): -14845931 or 1407005. OLE color: 1407005.
HSL color Cylindrical-coordinate representation of color #1D7815: hue angle of 115.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D7815 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 21 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.53 |
| HSL | 115.15º | 0.7% | 0.28% | - |
| HSV(B) | 115.15º | 0.83% | 0.47% | - |
| XYZ | 7.36 | 13.75 | 2.98 | - |
| YUV | 81.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 21 | 0.76 | 0 | 0.83 | 0.53 | 115.15 | 0.7 | 0.28 |
| Hex | 1D | 78 | 15 | 4C | 0 | 53 | 35 | 73 | 46 | 1C |
| Octal | 35 | 170 | 25 | 114 | 0 | 123 | 65 | 163 | 106 | 34 |
| Binary | 11101 | 1111000 | 10101 | 1001100 | 0 | 1010011 | 110101 | 1110011 | 1000110 | 11100 |
Color Harmonies of #1D7815
Complementary color
Monochromatic Colors of #1D7815
Black with #1D7815
Text Example
Text Example
White with #1D7815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7815; }
p { color: rgb(29,120,21); }
H1.HeaderClassName
{
color: #1D7815;
}
.AnyTagClassName
{
color: #1D7815;
}
</style>
background-color css
<style>
a { background-color: #1D7815; }
a { background-color: rgb(29,120,21); }
div.DivClassName
{
background-color: #1D7815;
}
.BgClassName
{
background-color: #1D7815;
}
</style>
border-color css
<style>
span { border-color: #1D7815; }
span { border-color: rgb(29,120,21); }
td.TdClassName
{
border-color: #1D7815;
}
.TagClassName
{
border-color: #1D7815;
}
</style>