Shades of Parsley #29572E
Tints of Parsley #29572E
RGB
CMYK
RGB Variations
Color information
#29572E (or 0x29572E) is known color: Parsley. HEX triplet: 29, 57 and 2E. RGB value is (41,87,46). Sum of RGB (Red+Green+Blue) = 41+87+46=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #29572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29572E is #D6A8D1. Grayscale: #444444. Windows color (decimal): -14067922 or 3036969. OLE color: 3036969.
HSL color Cylindrical-coordinate representation of color #29572E: hue angle of 126.52º 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 #29572E is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 87 | 46 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.66 |
| HSL | 126.52º | 0.36% | 0.25% | - |
| HSV(B) | 126.52º | 0.53% | 0.34% | - |
| XYZ | 4.82 | 7.49 | 3.78 | - |
| YUV | 68.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 46 | 0.53 | 0 | 0.47 | 0.66 | 126.52 | 0.36 | 0.25 |
| Hex | 29 | 57 | 2E | 35 | 0 | 2F | 42 | 7F | 24 | 19 |
| Octal | 51 | 127 | 56 | 65 | 0 | 57 | 102 | 177 | 44 | 31 |
| Binary | 101001 | 1010111 | 101110 | 110101 | 0 | 101111 | 1000010 | 1111111 | 100100 | 11001 |
Color Harmonies of #29572E
Complementary color
Monochromatic Colors of #29572E
Black with #29572E
Text Example
Text Example
White with #29572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29572E; }
p { color: rgb(41,87,46); }
H1.HeaderClassName
{
color: #29572E;
}
.AnyTagClassName
{
color: #29572E;
}
</style>
background-color css
<style>
a { background-color: #29572E; }
a { background-color: rgb(41,87,46); }
div.DivClassName
{
background-color: #29572E;
}
.BgClassName
{
background-color: #29572E;
}
</style>
border-color css
<style>
span { border-color: #29572E; }
span { border-color: rgb(41,87,46); }
td.TdClassName
{
border-color: #29572E;
}
.TagClassName
{
border-color: #29572E;
}
</style>