Shades of Forest Green #1D700F
Tints of Forest Green #1D700F
RGB
CMYK
RGB Variations
Color information
#1D700F (or 0x1D700F) is known color: Forest Green. HEX triplet: 1D, 70 and 0F. RGB value is (29,112,15). Sum of RGB (Red+Green+Blue) = 29+112+15=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #1D700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D700F is #E28FF0. Grayscale: #4C4C4C. Windows color (decimal): -14847985 or 1011741. OLE color: 1011741.
HSL color Cylindrical-coordinate representation of color #1D700F: hue angle of 111.34º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D700F is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 15 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.56 |
| HSL | 111.34º | 0.76% | 0.25% | - |
| HSV(B) | 111.34º | 0.87% | 0.44% | - |
| XYZ | 6.39 | 11.88 | 2.41 | - |
| YUV | 76.13 | 93.5 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 15 | 0.74 | 0 | 0.87 | 0.56 | 111.34 | 0.76 | 0.25 |
| Hex | 1D | 70 | F | 4A | 0 | 57 | 38 | 6F | 4C | 19 |
| Octal | 35 | 160 | 17 | 112 | 0 | 127 | 70 | 157 | 114 | 31 |
| Binary | 11101 | 1110000 | 1111 | 1001010 | 0 | 1010111 | 111000 | 1101111 | 1001100 | 11001 |
Color Harmonies of #1D700F
Complementary color
Monochromatic Colors of #1D700F
Black with #1D700F
Text Example
Text Example
White with #1D700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D700F; }
p { color: rgb(29,112,15); }
H1.HeaderClassName
{
color: #1D700F;
}
.AnyTagClassName
{
color: #1D700F;
}
</style>
background-color css
<style>
a { background-color: #1D700F; }
a { background-color: rgb(29,112,15); }
div.DivClassName
{
background-color: #1D700F;
}
.BgClassName
{
background-color: #1D700F;
}
</style>
border-color css
<style>
span { border-color: #1D700F; }
span { border-color: rgb(29,112,15); }
td.TdClassName
{
border-color: #1D700F;
}
.TagClassName
{
border-color: #1D700F;
}
</style>