Shades of Parsley #29572B
Tints of Parsley #29572B
RGB
CMYK
RGB Variations
Color information
#29572B (or 0x29572B) is known color: Parsley. HEX triplet: 29, 57 and 2B. RGB value is (41,87,43). Sum of RGB (Red+Green+Blue) = 41+87+43=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #29572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29572B is #D6A8D4. Grayscale: #444444. Windows color (decimal): -14067925 or 2840361. OLE color: 2840361.
HSL color Cylindrical-coordinate representation of color #29572B: hue angle of 122.61º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29572B is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 87 | 43 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.66 |
| HSL | 122.61º | 0.36% | 0.25% | - |
| HSV(B) | 122.61º | 0.53% | 0.34% | - |
| XYZ | 4.76 | 7.46 | 3.48 | - |
| YUV | 68.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 43 | 0.53 | 0 | 0.51 | 0.66 | 122.61 | 0.36 | 0.25 |
| Hex | 29 | 57 | 2B | 35 | 0 | 33 | 42 | 7B | 24 | 19 |
| Octal | 51 | 127 | 53 | 65 | 0 | 63 | 102 | 173 | 44 | 31 |
| Binary | 101001 | 1010111 | 101011 | 110101 | 0 | 110011 | 1000010 | 1111011 | 100100 | 11001 |
Color Harmonies of #29572B
Complementary color
Monochromatic Colors of #29572B
Black with #29572B
Text Example
Text Example
White with #29572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29572B; }
p { color: rgb(41,87,43); }
H1.HeaderClassName
{
color: #29572B;
}
.AnyTagClassName
{
color: #29572B;
}
</style>
background-color css
<style>
a { background-color: #29572B; }
a { background-color: rgb(41,87,43); }
div.DivClassName
{
background-color: #29572B;
}
.BgClassName
{
background-color: #29572B;
}
</style>
border-color css
<style>
span { border-color: #29572B; }
span { border-color: rgb(41,87,43); }
td.TdClassName
{
border-color: #29572B;
}
.TagClassName
{
border-color: #29572B;
}
</style>