Shades of Parsley #29522D
Tints of Parsley #29522D
RGB
CMYK
RGB Variations
Color information
#29522D (or 0x29522D) is known color: Parsley. HEX triplet: 29, 52 and 2D. RGB value is (41,82,45). Sum of RGB (Red+Green+Blue) = 41+82+45=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #29522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29522D is #D6ADD2. Grayscale: #414141. Windows color (decimal): -14069203 or 2970153. OLE color: 2970153.
HSL color Cylindrical-coordinate representation of color #29522D: hue angle of 125.85º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #29522D is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 82 | 45 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.68 |
| HSL | 125.85º | 0.33% | 0.24% | - |
| HSV(B) | 125.85º | 0.5% | 0.32% | - |
| XYZ | 4.41 | 6.7 | 3.54 | - |
| YUV | 65.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 45 | 0.50 | 0 | 0.45 | 0.68 | 125.85 | 0.33 | 0.24 |
| Hex | 29 | 52 | 2D | 32 | 0 | 2D | 44 | 7E | 21 | 18 |
| Octal | 51 | 122 | 55 | 62 | 0 | 55 | 104 | 176 | 41 | 30 |
| Binary | 101001 | 1010010 | 101101 | 110010 | 0 | 101101 | 1000100 | 1111110 | 100001 | 11000 |
Color Harmonies of #29522D
Complementary color
Monochromatic Colors of #29522D
Black with #29522D
Text Example
Text Example
White with #29522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29522D; }
p { color: rgb(41,82,45); }
H1.HeaderClassName
{
color: #29522D;
}
.AnyTagClassName
{
color: #29522D;
}
</style>
background-color css
<style>
a { background-color: #29522D; }
a { background-color: rgb(41,82,45); }
div.DivClassName
{
background-color: #29522D;
}
.BgClassName
{
background-color: #29522D;
}
</style>
border-color css
<style>
span { border-color: #29522D; }
span { border-color: rgb(41,82,45); }
td.TdClassName
{
border-color: #29522D;
}
.TagClassName
{
border-color: #29522D;
}
</style>