Shades of Parsley #295E34
Tints of Parsley #295E34
RGB
CMYK
RGB Variations
Color information
#295E34 (or 0x295E34) is known color: Parsley. HEX triplet: 29, 5E and 34. RGB value is (41,94,52). Sum of RGB (Red+Green+Blue) = 41+94+52=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #295E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E34 is #D6A1CB. Grayscale: #494949. Windows color (decimal): -14066124 or 3431977. OLE color: 3431977.
HSL color Cylindrical-coordinate representation of color #295E34: hue angle of 132.45º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295E34 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 94 | 52 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.63 |
| HSL | 132.45º | 0.39% | 0.26% | - |
| HSV(B) | 132.45º | 0.56% | 0.37% | - |
| XYZ | 5.54 | 8.72 | 4.64 | - |
| YUV | 73.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 52 | 0.56 | 0 | 0.45 | 0.63 | 132.45 | 0.39 | 0.26 |
| Hex | 29 | 5E | 34 | 38 | 0 | 2D | 3F | 84 | 27 | 1A |
| Octal | 51 | 136 | 64 | 70 | 0 | 55 | 77 | 204 | 47 | 32 |
| Binary | 101001 | 1011110 | 110100 | 111000 | 0 | 101101 | 111111 | 10000100 | 100111 | 11010 |
Color Harmonies of #295E34
Complementary color
Monochromatic Colors of #295E34
Black with #295E34
Text Example
Text Example
White with #295E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295E34; }
p { color: rgb(41,94,52); }
H1.HeaderClassName
{
color: #295E34;
}
.AnyTagClassName
{
color: #295E34;
}
</style>
background-color css
<style>
a { background-color: #295E34; }
a { background-color: rgb(41,94,52); }
div.DivClassName
{
background-color: #295E34;
}
.BgClassName
{
background-color: #295E34;
}
</style>
border-color css
<style>
span { border-color: #295E34; }
span { border-color: rgb(41,94,52); }
td.TdClassName
{
border-color: #295E34;
}
.TagClassName
{
border-color: #295E34;
}
</style>