Shades of Forest Green #1D880D
Tints of Forest Green #1D880D
RGB
CMYK
RGB Variations
Color information
#1D880D (or 0x1D880D) is known color: Forest Green. HEX triplet: 1D, 88 and 0D. RGB value is (29,136,13). Sum of RGB (Red+Green+Blue) = 29+136+13=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 136 (53.52% from 255 or 76.40% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 136 - color contains mainly: green. Hex color #1D880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D880D is #E277F2. Grayscale: #5A5A5A. Windows color (decimal): -14841843 or 886813. OLE color: 886813.
HSL color Cylindrical-coordinate representation of color #1D880D: hue angle of 112.2º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D880D is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 13 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.47 |
| HSL | 112.2º | 0.83% | 0.29% | - |
| HSV(B) | 112.2º | 0.9% | 0.53% | - |
| XYZ | 9.38 | 17.9 | 3.34 | - |
| YUV | 89.99 | 84.55 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 13 | 0.79 | 0 | 0.90 | 0.47 | 112.2 | 0.83 | 0.29 |
| Hex | 1D | 88 | D | 4F | 0 | 5A | 2F | 70 | 53 | 1D |
| Octal | 35 | 210 | 15 | 117 | 0 | 132 | 57 | 160 | 123 | 35 |
| Binary | 11101 | 10001000 | 1101 | 1001111 | 0 | 1011010 | 101111 | 1110000 | 1010011 | 11101 |
Color Harmonies of #1D880D
Complementary color
Monochromatic Colors of #1D880D
Black with #1D880D
Text Example
Text Example
White with #1D880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D880D; }
p { color: rgb(29,136,13); }
H1.HeaderClassName
{
color: #1D880D;
}
.AnyTagClassName
{
color: #1D880D;
}
</style>
background-color css
<style>
a { background-color: #1D880D; }
a { background-color: rgb(29,136,13); }
div.DivClassName
{
background-color: #1D880D;
}
.BgClassName
{
background-color: #1D880D;
}
</style>
border-color css
<style>
span { border-color: #1D880D; }
span { border-color: rgb(29,136,13); }
td.TdClassName
{
border-color: #1D880D;
}
.TagClassName
{
border-color: #1D880D;
}
</style>