Shades of Forest Green #1D8715
Tints of Forest Green #1D8715
RGB
CMYK
RGB Variations
Color information
#1D8715 (or 0x1D8715) is known color: Forest Green. HEX triplet: 1D, 87 and 15. RGB value is (29,135,21). Sum of RGB (Red+Green+Blue) = 29+135+21=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 135 (53.12% from 255 or 72.97% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8715 is #E278EA. Grayscale: #5A5A5A. Windows color (decimal): -14842091 or 1410845. OLE color: 1410845.
HSL color Cylindrical-coordinate representation of color #1D8715: hue angle of 115.79º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D8715 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 21 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.47 |
| HSL | 115.79º | 0.73% | 0.31% | - |
| HSV(B) | 115.79º | 0.84% | 0.53% | - |
| XYZ | 9.31 | 17.64 | 3.62 | - |
| YUV | 90.31 | 88.88 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 21 | 0.79 | 0 | 0.84 | 0.47 | 115.79 | 0.73 | 0.31 |
| Hex | 1D | 87 | 15 | 4F | 0 | 54 | 2F | 74 | 49 | 1F |
| Octal | 35 | 207 | 25 | 117 | 0 | 124 | 57 | 164 | 111 | 37 |
| Binary | 11101 | 10000111 | 10101 | 1001111 | 0 | 1010100 | 101111 | 1110100 | 1001001 | 11111 |
Color Harmonies of #1D8715
Complementary color
Monochromatic Colors of #1D8715
Black with #1D8715
Text Example
Text Example
White with #1D8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8715; }
p { color: rgb(29,135,21); }
H1.HeaderClassName
{
color: #1D8715;
}
.AnyTagClassName
{
color: #1D8715;
}
</style>
background-color css
<style>
a { background-color: #1D8715; }
a { background-color: rgb(29,135,21); }
div.DivClassName
{
background-color: #1D8715;
}
.BgClassName
{
background-color: #1D8715;
}
</style>
border-color css
<style>
span { border-color: #1D8715; }
span { border-color: rgb(29,135,21); }
td.TdClassName
{
border-color: #1D8715;
}
.TagClassName
{
border-color: #1D8715;
}
</style>