Shades of Parsley #215525
Tints of Parsley #215525
RGB
CMYK
RGB Variations
Color information
#215525 (or 0x215525) is known color: Parsley. HEX triplet: 21, 55 and 25. RGB value is (33,85,37). Sum of RGB (Red+Green+Blue) = 33+85+37=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #215525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215525 is #DEAADA. Grayscale: #404040. Windows color (decimal): -14592731 or 2446625. OLE color: 2446625.
HSL color Cylindrical-coordinate representation of color #215525: hue angle of 124.62º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215525 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 37 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.67 |
| HSL | 124.62º | 0.44% | 0.23% | - |
| HSV(B) | 124.62º | 0.61% | 0.33% | - |
| XYZ | 4.21 | 6.95 | 2.87 | - |
| YUV | 63.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 37 | 0.61 | 0 | 0.56 | 0.67 | 124.62 | 0.44 | 0.23 |
| Hex | 21 | 55 | 25 | 3D | 0 | 38 | 43 | 7D | 2C | 17 |
| Octal | 41 | 125 | 45 | 75 | 0 | 70 | 103 | 175 | 54 | 27 |
| Binary | 100001 | 1010101 | 100101 | 111101 | 0 | 111000 | 1000011 | 1111101 | 101100 | 10111 |
Color Harmonies of #215525
Complementary color
Monochromatic Colors of #215525
Black with #215525
Text Example
Text Example
White with #215525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215525; }
p { color: rgb(33,85,37); }
H1.HeaderClassName
{
color: #215525;
}
.AnyTagClassName
{
color: #215525;
}
</style>
background-color css
<style>
a { background-color: #215525; }
a { background-color: rgb(33,85,37); }
div.DivClassName
{
background-color: #215525;
}
.BgClassName
{
background-color: #215525;
}
</style>
border-color css
<style>
span { border-color: #215525; }
span { border-color: rgb(33,85,37); }
td.TdClassName
{
border-color: #215525;
}
.TagClassName
{
border-color: #215525;
}
</style>