Shades of Parsley #295931
Tints of Parsley #295931
RGB
CMYK
RGB Variations
Color information
#295931 (or 0x295931) is known color: Parsley. HEX triplet: 29, 59 and 31. RGB value is (41,89,49). Sum of RGB (Red+Green+Blue) = 41+89+49=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #295931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295931 is #D6A6CE. Grayscale: #464646. Windows color (decimal): -14067407 or 3234089. OLE color: 3234089.
HSL color Cylindrical-coordinate representation of color #295931: hue angle of 130º 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 #295931 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 89 | 49 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.65 |
| HSL | 130º | 0.37% | 0.25% | - |
| HSV(B) | 130º | 0.54% | 0.35% | - |
| XYZ | 5.04 | 7.84 | 4.15 | - |
| YUV | 70.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 49 | 0.54 | 0 | 0.45 | 0.65 | 130 | 0.37 | 0.25 |
| Hex | 29 | 59 | 31 | 36 | 0 | 2D | 41 | 82 | 25 | 19 |
| Octal | 51 | 131 | 61 | 66 | 0 | 55 | 101 | 202 | 45 | 31 |
| Binary | 101001 | 1011001 | 110001 | 110110 | 0 | 101101 | 1000001 | 10000010 | 100101 | 11001 |
Color Harmonies of #295931
Complementary color
Monochromatic Colors of #295931
Black with #295931
Text Example
Text Example
White with #295931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295931; }
p { color: rgb(41,89,49); }
H1.HeaderClassName
{
color: #295931;
}
.AnyTagClassName
{
color: #295931;
}
</style>
background-color css
<style>
a { background-color: #295931; }
a { background-color: rgb(41,89,49); }
div.DivClassName
{
background-color: #295931;
}
.BgClassName
{
background-color: #295931;
}
</style>
border-color css
<style>
span { border-color: #295931; }
span { border-color: rgb(41,89,49); }
td.TdClassName
{
border-color: #295931;
}
.TagClassName
{
border-color: #295931;
}
</style>