Shades of Parsley #1D5922
Tints of Parsley #1D5922
RGB
CMYK
RGB Variations
Color information
#1D5922 (or 0x1D5922) is known color: Parsley. HEX triplet: 1D, 59 and 22. RGB value is (29,89,34). Sum of RGB (Red+Green+Blue) = 29+89+34=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #1D5922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5922 is #E2A6DD. Grayscale: #404040. Windows color (decimal): -14853854 or 2251037. OLE color: 2251037.
HSL color Cylindrical-coordinate representation of color #1D5922: hue angle of 125º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5922 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 89 | 34 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.65 |
| HSL | 125º | 0.51% | 0.23% | - |
| HSV(B) | 125º | 0.67% | 0.35% | - |
| XYZ | 4.37 | 7.52 | 2.73 | - |
| YUV | 64.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 34 | 0.67 | 0 | 0.62 | 0.65 | 125 | 0.51 | 0.23 |
| Hex | 1D | 59 | 22 | 43 | 0 | 3E | 41 | 7D | 33 | 17 |
| Octal | 35 | 131 | 42 | 103 | 0 | 76 | 101 | 175 | 63 | 27 |
| Binary | 11101 | 1011001 | 100010 | 1000011 | 0 | 111110 | 1000001 | 1111101 | 110011 | 10111 |
Color Harmonies of #1D5922
Complementary color
Monochromatic Colors of #1D5922
Black with #1D5922
Text Example
Text Example
White with #1D5922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5922; }
p { color: rgb(29,89,34); }
H1.HeaderClassName
{
color: #1D5922;
}
.AnyTagClassName
{
color: #1D5922;
}
</style>
background-color css
<style>
a { background-color: #1D5922; }
a { background-color: rgb(29,89,34); }
div.DivClassName
{
background-color: #1D5922;
}
.BgClassName
{
background-color: #1D5922;
}
</style>
border-color css
<style>
span { border-color: #1D5922; }
span { border-color: rgb(29,89,34); }
td.TdClassName
{
border-color: #1D5922;
}
.TagClassName
{
border-color: #1D5922;
}
</style>