Shades of Parsley #215328
Tints of Parsley #215328
RGB
CMYK
RGB Variations
Color information
#215328 (or 0x215328) is known color: Parsley. HEX triplet: 21, 53 and 28. RGB value is (33,83,40). Sum of RGB (Red+Green+Blue) = 33+83+40=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #215328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215328 is #DEACD7. Grayscale: #3F3F3F. Windows color (decimal): -14593240 or 2642721. OLE color: 2642721.
HSL color Cylindrical-coordinate representation of color #215328: hue angle of 128.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215328 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 40 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.67 |
| HSL | 128.4º | 0.43% | 0.23% | - |
| HSV(B) | 128.4º | 0.6% | 0.33% | - |
| XYZ | 4.1 | 6.66 | 3.08 | - |
| YUV | 63.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 40 | 0.60 | 0 | 0.52 | 0.67 | 128.4 | 0.43 | 0.23 |
| Hex | 21 | 53 | 28 | 3C | 0 | 34 | 43 | 80 | 2B | 17 |
| Octal | 41 | 123 | 50 | 74 | 0 | 64 | 103 | 200 | 53 | 27 |
| Binary | 100001 | 1010011 | 101000 | 111100 | 0 | 110100 | 1000011 | 10000000 | 101011 | 10111 |
Color Harmonies of #215328
Complementary color
Monochromatic Colors of #215328
Black with #215328
Text Example
Text Example
White with #215328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215328; }
p { color: rgb(33,83,40); }
H1.HeaderClassName
{
color: #215328;
}
.AnyTagClassName
{
color: #215328;
}
</style>
background-color css
<style>
a { background-color: #215328; }
a { background-color: rgb(33,83,40); }
div.DivClassName
{
background-color: #215328;
}
.BgClassName
{
background-color: #215328;
}
</style>
border-color css
<style>
span { border-color: #215328; }
span { border-color: rgb(33,83,40); }
td.TdClassName
{
border-color: #215328;
}
.TagClassName
{
border-color: #215328;
}
</style>