Shades of Parsley #215629
Tints of Parsley #215629
RGB
CMYK
RGB Variations
Color information
#215629 (or 0x215629) is known color: Parsley. HEX triplet: 21, 56 and 29. RGB value is (33,86,41). Sum of RGB (Red+Green+Blue) = 33+86+41=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #215629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215629 is #DEA9D6. Grayscale: #414141. Windows color (decimal): -14592471 or 2709025. OLE color: 2709025.
HSL color Cylindrical-coordinate representation of color #215629: hue angle of 129.06º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215629 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 86 | 41 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.66 |
| HSL | 129.06º | 0.45% | 0.23% | - |
| HSV(B) | 129.06º | 0.62% | 0.34% | - |
| XYZ | 4.36 | 7.14 | 3.25 | - |
| YUV | 65.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 41 | 0.62 | 0 | 0.52 | 0.66 | 129.06 | 0.45 | 0.23 |
| Hex | 21 | 56 | 29 | 3E | 0 | 34 | 42 | 81 | 2D | 17 |
| Octal | 41 | 126 | 51 | 76 | 0 | 64 | 102 | 201 | 55 | 27 |
| Binary | 100001 | 1010110 | 101001 | 111110 | 0 | 110100 | 1000010 | 10000001 | 101101 | 10111 |
Color Harmonies of #215629
Complementary color
Monochromatic Colors of #215629
Black with #215629
Text Example
Text Example
White with #215629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215629; }
p { color: rgb(33,86,41); }
H1.HeaderClassName
{
color: #215629;
}
.AnyTagClassName
{
color: #215629;
}
</style>
background-color css
<style>
a { background-color: #215629; }
a { background-color: rgb(33,86,41); }
div.DivClassName
{
background-color: #215629;
}
.BgClassName
{
background-color: #215629;
}
</style>
border-color css
<style>
span { border-color: #215629; }
span { border-color: rgb(33,86,41); }
td.TdClassName
{
border-color: #215629;
}
.TagClassName
{
border-color: #215629;
}
</style>