Shades of Parsley #29592D
Tints of Parsley #29592D
RGB
CMYK
RGB Variations
Color information
#29592D (or 0x29592D) is known color: Parsley. HEX triplet: 29, 59 and 2D. RGB value is (41,89,45). Sum of RGB (Red+Green+Blue) = 41+89+45=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #29592D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29592D is #D6A6D2. Grayscale: #454545. Windows color (decimal): -14067411 or 2971945. OLE color: 2971945.
HSL color Cylindrical-coordinate representation of color #29592D: hue angle of 125º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29592D is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 89 | 45 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.65 |
| HSL | 125º | 0.37% | 0.25% | - |
| HSV(B) | 125º | 0.54% | 0.35% | - |
| XYZ | 4.96 | 7.81 | 3.73 | - |
| YUV | 69.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 45 | 0.54 | 0 | 0.49 | 0.65 | 125 | 0.37 | 0.25 |
| Hex | 29 | 59 | 2D | 36 | 0 | 31 | 41 | 7D | 25 | 19 |
| Octal | 51 | 131 | 55 | 66 | 0 | 61 | 101 | 175 | 45 | 31 |
| Binary | 101001 | 1011001 | 101101 | 110110 | 0 | 110001 | 1000001 | 1111101 | 100101 | 11001 |
Color Harmonies of #29592D
Complementary color
Monochromatic Colors of #29592D
Black with #29592D
Text Example
Text Example
White with #29592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29592D; }
p { color: rgb(41,89,45); }
H1.HeaderClassName
{
color: #29592D;
}
.AnyTagClassName
{
color: #29592D;
}
</style>
background-color css
<style>
a { background-color: #29592D; }
a { background-color: rgb(41,89,45); }
div.DivClassName
{
background-color: #29592D;
}
.BgClassName
{
background-color: #29592D;
}
</style>
border-color css
<style>
span { border-color: #29592D; }
span { border-color: rgb(41,89,45); }
td.TdClassName
{
border-color: #29592D;
}
.TagClassName
{
border-color: #29592D;
}
</style>