Shades of Parsley #1D5624
Tints of Parsley #1D5624
RGB
CMYK
RGB Variations
Color information
#1D5624 (or 0x1D5624) is known color: Parsley. HEX triplet: 1D, 56 and 24. RGB value is (29,86,36). Sum of RGB (Red+Green+Blue) = 29+86+36=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5624 is #E2A9DB. Grayscale: #3F3F3F. Windows color (decimal): -14854620 or 2381341. OLE color: 2381341.
HSL color Cylindrical-coordinate representation of color #1D5624: hue angle of 127.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5624 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 36 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.66 |
| HSL | 127.37º | 0.5% | 0.23% | - |
| HSV(B) | 127.37º | 0.66% | 0.34% | - |
| XYZ | 4.15 | 7.04 | 2.81 | - |
| YUV | 63.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 36 | 0.66 | 0 | 0.58 | 0.66 | 127.37 | 0.5 | 0.23 |
| Hex | 1D | 56 | 24 | 42 | 0 | 3A | 42 | 7F | 32 | 17 |
| Octal | 35 | 126 | 44 | 102 | 0 | 72 | 102 | 177 | 62 | 27 |
| Binary | 11101 | 1010110 | 100100 | 1000010 | 0 | 111010 | 1000010 | 1111111 | 110010 | 10111 |
Color Harmonies of #1D5624
Complementary color
Monochromatic Colors of #1D5624
Black with #1D5624
Text Example
Text Example
White with #1D5624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5624; }
p { color: rgb(29,86,36); }
H1.HeaderClassName
{
color: #1D5624;
}
.AnyTagClassName
{
color: #1D5624;
}
</style>
background-color css
<style>
a { background-color: #1D5624; }
a { background-color: rgb(29,86,36); }
div.DivClassName
{
background-color: #1D5624;
}
.BgClassName
{
background-color: #1D5624;
}
</style>
border-color css
<style>
span { border-color: #1D5624; }
span { border-color: rgb(29,86,36); }
td.TdClassName
{
border-color: #1D5624;
}
.TagClassName
{
border-color: #1D5624;
}
</style>