Shades of Parsley #29582C
Tints of Parsley #29582C
RGB
CMYK
RGB Variations
Color information
#29582C (or 0x29582C) is known color: Parsley. HEX triplet: 29, 58 and 2C. RGB value is (41,88,44). Sum of RGB (Red+Green+Blue) = 41+88+44=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #29582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29582C is #D6A7D3. Grayscale: #454545. Windows color (decimal): -14067668 or 2906153. OLE color: 2906153.
HSL color Cylindrical-coordinate representation of color #29582C: hue angle of 123.83º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29582C is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 88 | 44 | - |
| CMYK | 0.53 | 0 | 0.5 | 0.65 |
| HSL | 123.83º | 0.36% | 0.25% | - |
| HSV(B) | 123.83º | 0.53% | 0.35% | - |
| XYZ | 4.86 | 7.63 | 3.6 | - |
| YUV | 68.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 44 | 0.53 | 0 | 0.5 | 0.65 | 123.83 | 0.36 | 0.25 |
| Hex | 29 | 58 | 2C | 35 | 0 | 32 | 41 | 7C | 24 | 19 |
| Octal | 51 | 130 | 54 | 65 | 0 | 62 | 101 | 174 | 44 | 31 |
| Binary | 101001 | 1011000 | 101100 | 110101 | 0 | 110010 | 1000001 | 1111100 | 100100 | 11001 |
Color Harmonies of #29582C
Complementary color
Monochromatic Colors of #29582C
Black with #29582C
Text Example
Text Example
White with #29582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29582C; }
p { color: rgb(41,88,44); }
H1.HeaderClassName
{
color: #29582C;
}
.AnyTagClassName
{
color: #29582C;
}
</style>
background-color css
<style>
a { background-color: #29582C; }
a { background-color: rgb(41,88,44); }
div.DivClassName
{
background-color: #29582C;
}
.BgClassName
{
background-color: #29582C;
}
</style>
border-color css
<style>
span { border-color: #29582C; }
span { border-color: rgb(41,88,44); }
td.TdClassName
{
border-color: #29582C;
}
.TagClassName
{
border-color: #29582C;
}
</style>