Shades of Parsley #296235
Tints of Parsley #296235
RGB
CMYK
RGB Variations
Color information
#296235 (or 0x296235) is known color: Parsley. HEX triplet: 29, 62 and 35. RGB value is (41,98,53). Sum of RGB (Red+Green+Blue) = 41+98+53=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #296235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296235 is #D69DCA. Grayscale: #4B4B4B. Windows color (decimal): -14065099 or 3498537. OLE color: 3498537.
HSL color Cylindrical-coordinate representation of color #296235: hue angle of 132.63º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296235 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 98 | 53 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.62 |
| HSL | 132.63º | 0.41% | 0.27% | - |
| HSV(B) | 132.63º | 0.58% | 0.38% | - |
| XYZ | 5.92 | 9.46 | 4.88 | - |
| YUV | 75.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 53 | 0.58 | 0 | 0.46 | 0.62 | 132.63 | 0.41 | 0.27 |
| Hex | 29 | 62 | 35 | 3A | 0 | 2E | 3E | 85 | 29 | 1B |
| Octal | 51 | 142 | 65 | 72 | 0 | 56 | 76 | 205 | 51 | 33 |
| Binary | 101001 | 1100010 | 110101 | 111010 | 0 | 101110 | 111110 | 10000101 | 101001 | 11011 |
Color Harmonies of #296235
Complementary color
Monochromatic Colors of #296235
Black with #296235
Text Example
Text Example
White with #296235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296235; }
p { color: rgb(41,98,53); }
H1.HeaderClassName
{
color: #296235;
}
.AnyTagClassName
{
color: #296235;
}
</style>
background-color css
<style>
a { background-color: #296235; }
a { background-color: rgb(41,98,53); }
div.DivClassName
{
background-color: #296235;
}
.BgClassName
{
background-color: #296235;
}
</style>
border-color css
<style>
span { border-color: #296235; }
span { border-color: rgb(41,98,53); }
td.TdClassName
{
border-color: #296235;
}
.TagClassName
{
border-color: #296235;
}
</style>