Shades of Forest Green #1D7310
Tints of Forest Green #1D7310
RGB
CMYK
RGB Variations
Color information
#1D7310 (or 0x1D7310) is known color: Forest Green. HEX triplet: 1D, 73 and 10. RGB value is (29,115,16). Sum of RGB (Red+Green+Blue) = 29+115+16=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7310 is #E28CEF. Grayscale: #4E4E4E. Windows color (decimal): -14847216 or 1078045. OLE color: 1078045.
HSL color Cylindrical-coordinate representation of color #1D7310: hue angle of 112.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D7310 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 16 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.55 |
| HSL | 112.12º | 0.76% | 0.26% | - |
| HSV(B) | 112.12º | 0.86% | 0.45% | - |
| XYZ | 6.73 | 12.56 | 2.56 | - |
| YUV | 78 | 93.01 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 16 | 0.75 | 0 | 0.86 | 0.55 | 112.12 | 0.76 | 0.26 |
| Hex | 1D | 73 | 10 | 4B | 0 | 56 | 37 | 70 | 4C | 1A |
| Octal | 35 | 163 | 20 | 113 | 0 | 126 | 67 | 160 | 114 | 32 |
| Binary | 11101 | 1110011 | 10000 | 1001011 | 0 | 1010110 | 110111 | 1110000 | 1001100 | 11010 |
Color Harmonies of #1D7310
Complementary color
Monochromatic Colors of #1D7310
Black with #1D7310
Text Example
Text Example
White with #1D7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7310; }
p { color: rgb(29,115,16); }
H1.HeaderClassName
{
color: #1D7310;
}
.AnyTagClassName
{
color: #1D7310;
}
</style>
background-color css
<style>
a { background-color: #1D7310; }
a { background-color: rgb(29,115,16); }
div.DivClassName
{
background-color: #1D7310;
}
.BgClassName
{
background-color: #1D7310;
}
</style>
border-color css
<style>
span { border-color: #1D7310; }
span { border-color: rgb(29,115,16); }
td.TdClassName
{
border-color: #1D7310;
}
.TagClassName
{
border-color: #1D7310;
}
</style>