Shades of Parsley #29552E
Tints of Parsley #29552E
RGB
CMYK
RGB Variations
Color information
#29552E (or 0x29552E) is known color: Parsley. HEX triplet: 29, 55 and 2E. RGB value is (41,85,46). Sum of RGB (Red+Green+Blue) = 41+85+46=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #29552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29552E is #D6AAD1. Grayscale: #434343. Windows color (decimal): -14068434 or 3036457. OLE color: 3036457.
HSL color Cylindrical-coordinate representation of color #29552E: hue angle of 126.82º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29552E is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 85 | 46 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.67 |
| HSL | 126.82º | 0.35% | 0.25% | - |
| HSV(B) | 126.82º | 0.52% | 0.33% | - |
| XYZ | 4.66 | 7.17 | 3.72 | - |
| YUV | 67.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 46 | 0.52 | 0 | 0.46 | 0.67 | 126.82 | 0.35 | 0.25 |
| Hex | 29 | 55 | 2E | 34 | 0 | 2E | 43 | 7F | 23 | 19 |
| Octal | 51 | 125 | 56 | 64 | 0 | 56 | 103 | 177 | 43 | 31 |
| Binary | 101001 | 1010101 | 101110 | 110100 | 0 | 101110 | 1000011 | 1111111 | 100011 | 11001 |
Color Harmonies of #29552E
Complementary color
Monochromatic Colors of #29552E
Black with #29552E
Text Example
Text Example
White with #29552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29552E; }
p { color: rgb(41,85,46); }
H1.HeaderClassName
{
color: #29552E;
}
.AnyTagClassName
{
color: #29552E;
}
</style>
background-color css
<style>
a { background-color: #29552E; }
a { background-color: rgb(41,85,46); }
div.DivClassName
{
background-color: #29552E;
}
.BgClassName
{
background-color: #29552E;
}
</style>
border-color css
<style>
span { border-color: #29552E; }
span { border-color: rgb(41,85,46); }
td.TdClassName
{
border-color: #29552E;
}
.TagClassName
{
border-color: #29552E;
}
</style>