Shades of Forest Green #1D881D
Tints of Forest Green #1D881D
RGB
CMYK
RGB Variations
Color information
#1D881D (or 0x1D881D) is known color: Forest Green. HEX triplet: 1D, 88 and 1D. RGB value is (29,136,29). Sum of RGB (Red+Green+Blue) = 29+136+29=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 136 (53.52% from 255 or 70.10% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 136 - color contains mainly: green. Hex color #1D881D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D881D is #E277E2. Grayscale: #5C5C5C. Windows color (decimal): -14841827 or 1935389. OLE color: 1935389.
HSL color Cylindrical-coordinate representation of color #1D881D: hue angle of 120º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D881D is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 29 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.47 |
| HSL | 120º | 0.65% | 0.32% | - |
| HSV(B) | 120º | 0.79% | 0.53% | - |
| XYZ | 9.53 | 17.96 | 4.13 | - |
| YUV | 91.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 29 | 0.79 | 0 | 0.79 | 0.47 | 120 | 0.65 | 0.32 |
| Hex | 1D | 88 | 1D | 4F | 0 | 4F | 2F | 78 | 41 | 20 |
| Octal | 35 | 210 | 35 | 117 | 0 | 117 | 57 | 170 | 101 | 40 |
| Binary | 11101 | 10001000 | 11101 | 1001111 | 0 | 1001111 | 101111 | 1111000 | 1000001 | 100000 |
Color Harmonies of #1D881D
Complementary color
Monochromatic Colors of #1D881D
Black with #1D881D
Text Example
Text Example
White with #1D881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D881D; }
p { color: rgb(29,136,29); }
H1.HeaderClassName
{
color: #1D881D;
}
.AnyTagClassName
{
color: #1D881D;
}
</style>
background-color css
<style>
a { background-color: #1D881D; }
a { background-color: rgb(29,136,29); }
div.DivClassName
{
background-color: #1D881D;
}
.BgClassName
{
background-color: #1D881D;
}
</style>
border-color css
<style>
span { border-color: #1D881D; }
span { border-color: rgb(29,136,29); }
td.TdClassName
{
border-color: #1D881D;
}
.TagClassName
{
border-color: #1D881D;
}
</style>