Shades of Parsley #29562C
Tints of Parsley #29562C
RGB
CMYK
RGB Variations
Color information
#29562C (or 0x29562C) is known color: Parsley. HEX triplet: 29, 56 and 2C. RGB value is (41,86,44). Sum of RGB (Red+Green+Blue) = 41+86+44=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #29562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29562C is #D6A9D3. Grayscale: #434343. Windows color (decimal): -14068180 or 2905641. OLE color: 2905641.
HSL color Cylindrical-coordinate representation of color #29562C: hue angle of 124º 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 #29562C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 86 | 44 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.66 |
| HSL | 124º | 0.35% | 0.25% | - |
| HSV(B) | 124º | 0.52% | 0.34% | - |
| XYZ | 4.7 | 7.31 | 3.55 | - |
| YUV | 67.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 44 | 0.52 | 0 | 0.49 | 0.66 | 124 | 0.35 | 0.25 |
| Hex | 29 | 56 | 2C | 34 | 0 | 31 | 42 | 7C | 23 | 19 |
| Octal | 51 | 126 | 54 | 64 | 0 | 61 | 102 | 174 | 43 | 31 |
| Binary | 101001 | 1010110 | 101100 | 110100 | 0 | 110001 | 1000010 | 1111100 | 100011 | 11001 |
Color Harmonies of #29562C
Complementary color
Monochromatic Colors of #29562C
Black with #29562C
Text Example
Text Example
White with #29562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29562C; }
p { color: rgb(41,86,44); }
H1.HeaderClassName
{
color: #29562C;
}
.AnyTagClassName
{
color: #29562C;
}
</style>
background-color css
<style>
a { background-color: #29562C; }
a { background-color: rgb(41,86,44); }
div.DivClassName
{
background-color: #29562C;
}
.BgClassName
{
background-color: #29562C;
}
</style>
border-color css
<style>
span { border-color: #29562C; }
span { border-color: rgb(41,86,44); }
td.TdClassName
{
border-color: #29562C;
}
.TagClassName
{
border-color: #29562C;
}
</style>