Shades of Forest Green #1D8D37
Tints of Forest Green #1D8D37
RGB
CMYK
RGB Variations
Color information
#1D8D37 (or 0x1D8D37) is known color: Forest Green. HEX triplet: 1D, 8D and 37. RGB value is (29,141,55). Sum of RGB (Red+Green+Blue) = 29+141+55=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8D37 is #E272C8. Grayscale: #616161. Windows color (decimal): -14840521 or 3640605. OLE color: 3640605.
HSL color Cylindrical-coordinate representation of color #1D8D37: hue angle of 133.93º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8D37 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 141 | 55 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.45 |
| HSL | 133.93º | 0.66% | 0.33% | - |
| HSV(B) | 133.93º | 0.79% | 0.55% | - |
| XYZ | 10.72 | 19.59 | 6.83 | - |
| YUV | 97.71 | 103.89 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 141 | 55 | 0.79 | 0 | 0.61 | 0.45 | 133.93 | 0.66 | 0.33 |
| Hex | 1D | 8D | 37 | 4F | 0 | 3D | 2D | 86 | 42 | 21 |
| Octal | 35 | 215 | 67 | 117 | 0 | 75 | 55 | 206 | 102 | 41 |
| Binary | 11101 | 10001101 | 110111 | 1001111 | 0 | 111101 | 101101 | 10000110 | 1000010 | 100001 |
Color Harmonies of #1D8D37
Complementary color
Monochromatic Colors of #1D8D37
Black with #1D8D37
Text Example
Text Example
White with #1D8D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8D37; }
p { color: rgb(29,141,55); }
H1.HeaderClassName
{
color: #1D8D37;
}
.AnyTagClassName
{
color: #1D8D37;
}
</style>
background-color css
<style>
a { background-color: #1D8D37; }
a { background-color: rgb(29,141,55); }
div.DivClassName
{
background-color: #1D8D37;
}
.BgClassName
{
background-color: #1D8D37;
}
</style>
border-color css
<style>
span { border-color: #1D8D37; }
span { border-color: rgb(29,141,55); }
td.TdClassName
{
border-color: #1D8D37;
}
.TagClassName
{
border-color: #1D8D37;
}
</style>