Shades of Forest Green #1D882D
Tints of Forest Green #1D882D
RGB
CMYK
RGB Variations
Color information
#1D882D (or 0x1D882D) is known color: Forest Green. HEX triplet: 1D, 88 and 2D. RGB value is (29,136,45). Sum of RGB (Red+Green+Blue) = 29+136+45=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #1D882D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D882D is #E277D2. Grayscale: #5D5D5D. Windows color (decimal): -14841811 or 2983965. OLE color: 2983965.
HSL color Cylindrical-coordinate representation of color #1D882D: hue angle of 128.97º 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 #1D882D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 45 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.47 |
| HSL | 128.97º | 0.65% | 0.32% | - |
| HSV(B) | 128.97º | 0.79% | 0.53% | - |
| XYZ | 9.78 | 18.06 | 5.45 | - |
| YUV | 93.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 45 | 0.79 | 0 | 0.67 | 0.47 | 128.97 | 0.65 | 0.32 |
| Hex | 1D | 88 | 2D | 4F | 0 | 43 | 2F | 81 | 41 | 20 |
| Octal | 35 | 210 | 55 | 117 | 0 | 103 | 57 | 201 | 101 | 40 |
| Binary | 11101 | 10001000 | 101101 | 1001111 | 0 | 1000011 | 101111 | 10000001 | 1000001 | 100000 |
Color Harmonies of #1D882D
Complementary color
Monochromatic Colors of #1D882D
Black with #1D882D
Text Example
Text Example
White with #1D882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D882D; }
p { color: rgb(29,136,45); }
H1.HeaderClassName
{
color: #1D882D;
}
.AnyTagClassName
{
color: #1D882D;
}
</style>
background-color css
<style>
a { background-color: #1D882D; }
a { background-color: rgb(29,136,45); }
div.DivClassName
{
background-color: #1D882D;
}
.BgClassName
{
background-color: #1D882D;
}
</style>
border-color css
<style>
span { border-color: #1D882D; }
span { border-color: rgb(29,136,45); }
td.TdClassName
{
border-color: #1D882D;
}
.TagClassName
{
border-color: #1D882D;
}
</style>