Shades of Forest Green #1D7915
Tints of Forest Green #1D7915
RGB
CMYK
RGB Variations
Color information
#1D7915 (or 0x1D7915) is known color: Forest Green. HEX triplet: 1D, 79 and 15. RGB value is (29,121,21). Sum of RGB (Red+Green+Blue) = 29+121+21=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 121 (47.66% from 255 or 70.76% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7915 is #E286EA. Grayscale: #525252. Windows color (decimal): -14845675 or 1407261. OLE color: 1407261.
HSL color Cylindrical-coordinate representation of color #1D7915: hue angle of 115.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D7915 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 21 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.53 |
| HSL | 115.2º | 0.7% | 0.28% | - |
| HSV(B) | 115.2º | 0.83% | 0.47% | - |
| XYZ | 7.48 | 13.99 | 3.02 | - |
| YUV | 82.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 21 | 0.76 | 0 | 0.83 | 0.53 | 115.2 | 0.7 | 0.28 |
| Hex | 1D | 79 | 15 | 4C | 0 | 53 | 35 | 73 | 46 | 1C |
| Octal | 35 | 171 | 25 | 114 | 0 | 123 | 65 | 163 | 106 | 34 |
| Binary | 11101 | 1111001 | 10101 | 1001100 | 0 | 1010011 | 110101 | 1110011 | 1000110 | 11100 |
Color Harmonies of #1D7915
Complementary color
Monochromatic Colors of #1D7915
Black with #1D7915
Text Example
Text Example
White with #1D7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7915; }
p { color: rgb(29,121,21); }
H1.HeaderClassName
{
color: #1D7915;
}
.AnyTagClassName
{
color: #1D7915;
}
</style>
background-color css
<style>
a { background-color: #1D7915; }
a { background-color: rgb(29,121,21); }
div.DivClassName
{
background-color: #1D7915;
}
.BgClassName
{
background-color: #1D7915;
}
</style>
border-color css
<style>
span { border-color: #1D7915; }
span { border-color: rgb(29,121,21); }
td.TdClassName
{
border-color: #1D7915;
}
.TagClassName
{
border-color: #1D7915;
}
</style>