Shades of Parsley #1D5825
Tints of Parsley #1D5825
RGB
CMYK
RGB Variations
Color information
#1D5825 (or 0x1D5825) is known color: Parsley. HEX triplet: 1D, 58 and 25. RGB value is (29,88,37). Sum of RGB (Red+Green+Blue) = 29+88+37=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5825 is #E2A7DA. Grayscale: #404040. Windows color (decimal): -14854107 or 2447389. OLE color: 2447389.
HSL color Cylindrical-coordinate representation of color #1D5825: hue angle of 128.14º degrees, saturation: 0.5, 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 #1D5825 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 88 | 37 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.65 |
| HSL | 128.14º | 0.5% | 0.23% | - |
| HSV(B) | 128.14º | 0.67% | 0.35% | - |
| XYZ | 4.33 | 7.37 | 2.95 | - |
| YUV | 64.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 37 | 0.67 | 0 | 0.58 | 0.65 | 128.14 | 0.5 | 0.23 |
| Hex | 1D | 58 | 25 | 43 | 0 | 3A | 41 | 80 | 32 | 17 |
| Octal | 35 | 130 | 45 | 103 | 0 | 72 | 101 | 200 | 62 | 27 |
| Binary | 11101 | 1011000 | 100101 | 1000011 | 0 | 111010 | 1000001 | 10000000 | 110010 | 10111 |
Color Harmonies of #1D5825
Complementary color
Monochromatic Colors of #1D5825
Black with #1D5825
Text Example
Text Example
White with #1D5825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5825; }
p { color: rgb(29,88,37); }
H1.HeaderClassName
{
color: #1D5825;
}
.AnyTagClassName
{
color: #1D5825;
}
</style>
background-color css
<style>
a { background-color: #1D5825; }
a { background-color: rgb(29,88,37); }
div.DivClassName
{
background-color: #1D5825;
}
.BgClassName
{
background-color: #1D5825;
}
</style>
border-color css
<style>
span { border-color: #1D5825; }
span { border-color: rgb(29,88,37); }
td.TdClassName
{
border-color: #1D5825;
}
.TagClassName
{
border-color: #1D5825;
}
</style>