Shades of Parsley #29592F
Tints of Parsley #29592F
RGB
CMYK
RGB Variations
Color information
#29592F (or 0x29592F) is known color: Parsley. HEX triplet: 29, 59 and 2F. RGB value is (41,89,47). Sum of RGB (Red+Green+Blue) = 41+89+47=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #29592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29592F is #D6A6D0. Grayscale: #454545. Windows color (decimal): -14067409 or 3103017. OLE color: 3103017.
HSL color Cylindrical-coordinate representation of color #29592F: hue angle of 127.5º 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 #29592F is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 89 | 47 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.65 |
| HSL | 127.5º | 0.37% | 0.25% | - |
| HSV(B) | 127.5º | 0.54% | 0.35% | - |
| XYZ | 5 | 7.82 | 3.94 | - |
| YUV | 69.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 47 | 0.54 | 0 | 0.47 | 0.65 | 127.5 | 0.37 | 0.25 |
| Hex | 29 | 59 | 2F | 36 | 0 | 2F | 41 | 80 | 25 | 19 |
| Octal | 51 | 131 | 57 | 66 | 0 | 57 | 101 | 200 | 45 | 31 |
| Binary | 101001 | 1011001 | 101111 | 110110 | 0 | 101111 | 1000001 | 10000000 | 100101 | 11001 |
Color Harmonies of #29592F
Complementary color
Monochromatic Colors of #29592F
Black with #29592F
Text Example
Text Example
White with #29592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29592F; }
p { color: rgb(41,89,47); }
H1.HeaderClassName
{
color: #29592F;
}
.AnyTagClassName
{
color: #29592F;
}
</style>
background-color css
<style>
a { background-color: #29592F; }
a { background-color: rgb(41,89,47); }
div.DivClassName
{
background-color: #29592F;
}
.BgClassName
{
background-color: #29592F;
}
</style>
border-color css
<style>
span { border-color: #29592F; }
span { border-color: rgb(41,89,47); }
td.TdClassName
{
border-color: #29592F;
}
.TagClassName
{
border-color: #29592F;
}
</style>