Shades of Parsley #295632
Tints of Parsley #295632
RGB
CMYK
RGB Variations
Color information
#295632 (or 0x295632) is known color: Parsley. HEX triplet: 29, 56 and 32. RGB value is (41,86,50). Sum of RGB (Red+Green+Blue) = 41+86+50=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #295632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295632 is #D6A9CD. Grayscale: #444444. Windows color (decimal): -14068174 or 3298857. OLE color: 3298857.
HSL color Cylindrical-coordinate representation of color #295632: hue angle of 132º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295632 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 86 | 50 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.66 |
| HSL | 132º | 0.35% | 0.25% | - |
| HSV(B) | 132º | 0.52% | 0.34% | - |
| XYZ | 4.82 | 7.36 | 4.18 | - |
| YUV | 68.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 50 | 0.52 | 0 | 0.42 | 0.66 | 132 | 0.35 | 0.25 |
| Hex | 29 | 56 | 32 | 34 | 0 | 2A | 42 | 84 | 23 | 19 |
| Octal | 51 | 126 | 62 | 64 | 0 | 52 | 102 | 204 | 43 | 31 |
| Binary | 101001 | 1010110 | 110010 | 110100 | 0 | 101010 | 1000010 | 10000100 | 100011 | 11001 |
Color Harmonies of #295632
Complementary color
Monochromatic Colors of #295632
Black with #295632
Text Example
Text Example
White with #295632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295632; }
p { color: rgb(41,86,50); }
H1.HeaderClassName
{
color: #295632;
}
.AnyTagClassName
{
color: #295632;
}
</style>
background-color css
<style>
a { background-color: #295632; }
a { background-color: rgb(41,86,50); }
div.DivClassName
{
background-color: #295632;
}
.BgClassName
{
background-color: #295632;
}
</style>
border-color css
<style>
span { border-color: #295632; }
span { border-color: rgb(41,86,50); }
td.TdClassName
{
border-color: #295632;
}
.TagClassName
{
border-color: #295632;
}
</style>