Shades of Parsley #215527
Tints of Parsley #215527
RGB
CMYK
RGB Variations
Color information
#215527 (or 0x215527) is known color: Parsley. HEX triplet: 21, 55 and 27. RGB value is (33,85,39). Sum of RGB (Red+Green+Blue) = 33+85+39=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #215527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215527 is #DEAAD8. Grayscale: #404040. Windows color (decimal): -14592729 or 2577697. OLE color: 2577697.
HSL color Cylindrical-coordinate representation of color #215527: hue angle of 126.92º 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 #215527 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 39 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.67 |
| HSL | 126.92º | 0.44% | 0.23% | - |
| HSV(B) | 126.92º | 0.61% | 0.33% | - |
| XYZ | 4.24 | 6.97 | 3.04 | - |
| YUV | 64.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 39 | 0.61 | 0 | 0.54 | 0.67 | 126.92 | 0.44 | 0.23 |
| Hex | 21 | 55 | 27 | 3D | 0 | 36 | 43 | 7F | 2C | 17 |
| Octal | 41 | 125 | 47 | 75 | 0 | 66 | 103 | 177 | 54 | 27 |
| Binary | 100001 | 1010101 | 100111 | 111101 | 0 | 110110 | 1000011 | 1111111 | 101100 | 10111 |
Color Harmonies of #215527
Complementary color
Monochromatic Colors of #215527
Black with #215527
Text Example
Text Example
White with #215527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215527; }
p { color: rgb(33,85,39); }
H1.HeaderClassName
{
color: #215527;
}
.AnyTagClassName
{
color: #215527;
}
</style>
background-color css
<style>
a { background-color: #215527; }
a { background-color: rgb(33,85,39); }
div.DivClassName
{
background-color: #215527;
}
.BgClassName
{
background-color: #215527;
}
</style>
border-color css
<style>
span { border-color: #215527; }
span { border-color: rgb(33,85,39); }
td.TdClassName
{
border-color: #215527;
}
.TagClassName
{
border-color: #215527;
}
</style>