Shades of Parsley #1D5A25
Tints of Parsley #1D5A25
RGB
CMYK
RGB Variations
Color information
#1D5A25 (or 0x1D5A25) is known color: Parsley. HEX triplet: 1D, 5A and 25. RGB value is (29,90,37). Sum of RGB (Red+Green+Blue) = 29+90+37=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5A25 is #E2A5DA. Grayscale: #414141. Windows color (decimal): -14853595 or 2447901. OLE color: 2447901.
HSL color Cylindrical-coordinate representation of color #1D5A25: hue angle of 127.87º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5A25 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 90 | 37 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.65 |
| HSL | 127.87º | 0.51% | 0.23% | - |
| HSV(B) | 127.87º | 0.68% | 0.35% | - |
| XYZ | 4.5 | 7.71 | 3 | - |
| YUV | 65.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 90 | 37 | 0.68 | 0 | 0.59 | 0.65 | 127.87 | 0.51 | 0.23 |
| Hex | 1D | 5A | 25 | 44 | 0 | 3B | 41 | 80 | 33 | 17 |
| Octal | 35 | 132 | 45 | 104 | 0 | 73 | 101 | 200 | 63 | 27 |
| Binary | 11101 | 1011010 | 100101 | 1000100 | 0 | 111011 | 1000001 | 10000000 | 110011 | 10111 |
Color Harmonies of #1D5A25
Complementary color
Monochromatic Colors of #1D5A25
Black with #1D5A25
Text Example
Text Example
White with #1D5A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5A25; }
p { color: rgb(29,90,37); }
H1.HeaderClassName
{
color: #1D5A25;
}
.AnyTagClassName
{
color: #1D5A25;
}
</style>
background-color css
<style>
a { background-color: #1D5A25; }
a { background-color: rgb(29,90,37); }
div.DivClassName
{
background-color: #1D5A25;
}
.BgClassName
{
background-color: #1D5A25;
}
</style>
border-color css
<style>
span { border-color: #1D5A25; }
span { border-color: rgb(29,90,37); }
td.TdClassName
{
border-color: #1D5A25;
}
.TagClassName
{
border-color: #1D5A25;
}
</style>