Shades of Parsley #215227
Tints of Parsley #215227
RGB
CMYK
RGB Variations
Color information
#215227 (or 0x215227) is known color: Parsley. HEX triplet: 21, 52 and 27. RGB value is (33,82,39). Sum of RGB (Red+Green+Blue) = 33+82+39=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #215227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215227 is #DEADD8. Grayscale: #3E3E3E. Windows color (decimal): -14593497 or 2576929. OLE color: 2576929.
HSL color Cylindrical-coordinate representation of color #215227: hue angle of 127.35º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215227 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 39 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.68 |
| HSL | 127.35º | 0.43% | 0.23% | - |
| HSV(B) | 127.35º | 0.6% | 0.32% | - |
| XYZ | 4.01 | 6.5 | 2.96 | - |
| YUV | 62.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 39 | 0.60 | 0 | 0.52 | 0.68 | 127.35 | 0.43 | 0.23 |
| Hex | 21 | 52 | 27 | 3C | 0 | 34 | 44 | 7F | 2B | 17 |
| Octal | 41 | 122 | 47 | 74 | 0 | 64 | 104 | 177 | 53 | 27 |
| Binary | 100001 | 1010010 | 100111 | 111100 | 0 | 110100 | 1000100 | 1111111 | 101011 | 10111 |
Color Harmonies of #215227
Complementary color
Monochromatic Colors of #215227
Black with #215227
Text Example
Text Example
White with #215227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215227; }
p { color: rgb(33,82,39); }
H1.HeaderClassName
{
color: #215227;
}
.AnyTagClassName
{
color: #215227;
}
</style>
background-color css
<style>
a { background-color: #215227; }
a { background-color: rgb(33,82,39); }
div.DivClassName
{
background-color: #215227;
}
.BgClassName
{
background-color: #215227;
}
</style>
border-color css
<style>
span { border-color: #215227; }
span { border-color: rgb(33,82,39); }
td.TdClassName
{
border-color: #215227;
}
.TagClassName
{
border-color: #215227;
}
</style>