Shades of Forest Green #1D8510
Tints of Forest Green #1D8510
RGB
CMYK
RGB Variations
Color information
#1D8510 (or 0x1D8510) is known color: Forest Green. HEX triplet: 1D, 85 and 10. RGB value is (29,133,16). Sum of RGB (Red+Green+Blue) = 29+133+16=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 133 (52.34% from 255 or 74.72% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8510 is #E27AEF. Grayscale: #585858. Windows color (decimal): -14842608 or 1082653. OLE color: 1082653.
HSL color Cylindrical-coordinate representation of color #1D8510: hue angle of 113.33º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D8510 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 16 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.48 |
| HSL | 113.33º | 0.79% | 0.29% | - |
| HSV(B) | 113.33º | 0.88% | 0.52% | - |
| XYZ | 8.99 | 17.07 | 3.31 | - |
| YUV | 88.57 | 87.04 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 16 | 0.78 | 0 | 0.88 | 0.48 | 113.33 | 0.79 | 0.29 |
| Hex | 1D | 85 | 10 | 4E | 0 | 58 | 30 | 71 | 4F | 1D |
| Octal | 35 | 205 | 20 | 116 | 0 | 130 | 60 | 161 | 117 | 35 |
| Binary | 11101 | 10000101 | 10000 | 1001110 | 0 | 1011000 | 110000 | 1110001 | 1001111 | 11101 |
Color Harmonies of #1D8510
Complementary color
Monochromatic Colors of #1D8510
Black with #1D8510
Text Example
Text Example
White with #1D8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8510; }
p { color: rgb(29,133,16); }
H1.HeaderClassName
{
color: #1D8510;
}
.AnyTagClassName
{
color: #1D8510;
}
</style>
background-color css
<style>
a { background-color: #1D8510; }
a { background-color: rgb(29,133,16); }
div.DivClassName
{
background-color: #1D8510;
}
.BgClassName
{
background-color: #1D8510;
}
</style>
border-color css
<style>
span { border-color: #1D8510; }
span { border-color: rgb(29,133,16); }
td.TdClassName
{
border-color: #1D8510;
}
.TagClassName
{
border-color: #1D8510;
}
</style>