Shades of Forest Green #1D8531
Tints of Forest Green #1D8531
RGB
CMYK
RGB Variations
Color information
#1D8531 (or 0x1D8531) is known color: Forest Green. HEX triplet: 1D, 85 and 31. RGB value is (29,133,49). Sum of RGB (Red+Green+Blue) = 29+133+49=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8531 is #E27ACE. Grayscale: #5C5C5C. Windows color (decimal): -14842575 or 3245341. OLE color: 3245341.
HSL color Cylindrical-coordinate representation of color #1D8531: hue angle of 131.54º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8531 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 49 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.48 |
| HSL | 131.54º | 0.64% | 0.32% | - |
| HSV(B) | 131.54º | 0.78% | 0.52% | - |
| XYZ | 9.45 | 17.26 | 5.74 | - |
| YUV | 92.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 49 | 0.78 | 0 | 0.63 | 0.48 | 131.54 | 0.64 | 0.32 |
| Hex | 1D | 85 | 31 | 4E | 0 | 3F | 30 | 84 | 40 | 20 |
| Octal | 35 | 205 | 61 | 116 | 0 | 77 | 60 | 204 | 100 | 40 |
| Binary | 11101 | 10000101 | 110001 | 1001110 | 0 | 111111 | 110000 | 10000100 | 1000000 | 100000 |
Color Harmonies of #1D8531
Complementary color
Monochromatic Colors of #1D8531
Black with #1D8531
Text Example
Text Example
White with #1D8531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8531; }
p { color: rgb(29,133,49); }
H1.HeaderClassName
{
color: #1D8531;
}
.AnyTagClassName
{
color: #1D8531;
}
</style>
background-color css
<style>
a { background-color: #1D8531; }
a { background-color: rgb(29,133,49); }
div.DivClassName
{
background-color: #1D8531;
}
.BgClassName
{
background-color: #1D8531;
}
</style>
border-color css
<style>
span { border-color: #1D8531; }
span { border-color: rgb(29,133,49); }
td.TdClassName
{
border-color: #1D8531;
}
.TagClassName
{
border-color: #1D8531;
}
</style>