Shades of Parsley #215924
Tints of Parsley #215924
RGB
CMYK
RGB Variations
Color information
#215924 (or 0x215924) is known color: Parsley. HEX triplet: 21, 59 and 24. RGB value is (33,89,36). Sum of RGB (Red+Green+Blue) = 33+89+36=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #215924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215924 is #DEA6DB. Grayscale: #424242. Windows color (decimal): -14591708 or 2382113. OLE color: 2382113.
HSL color Cylindrical-coordinate representation of color #215924: hue angle of 123.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215924 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 89 | 36 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.65 |
| HSL | 123.21º | 0.46% | 0.24% | - |
| HSV(B) | 123.21º | 0.63% | 0.35% | - |
| XYZ | 4.52 | 7.6 | 2.9 | - |
| YUV | 66.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 36 | 0.63 | 0 | 0.60 | 0.65 | 123.21 | 0.46 | 0.24 |
| Hex | 21 | 59 | 24 | 3F | 0 | 3C | 41 | 7B | 2E | 18 |
| Octal | 41 | 131 | 44 | 77 | 0 | 74 | 101 | 173 | 56 | 30 |
| Binary | 100001 | 1011001 | 100100 | 111111 | 0 | 111100 | 1000001 | 1111011 | 101110 | 11000 |
Color Harmonies of #215924
Complementary color
Monochromatic Colors of #215924
Black with #215924
Text Example
Text Example
White with #215924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215924; }
p { color: rgb(33,89,36); }
H1.HeaderClassName
{
color: #215924;
}
.AnyTagClassName
{
color: #215924;
}
</style>
background-color css
<style>
a { background-color: #215924; }
a { background-color: rgb(33,89,36); }
div.DivClassName
{
background-color: #215924;
}
.BgClassName
{
background-color: #215924;
}
</style>
border-color css
<style>
span { border-color: #215924; }
span { border-color: rgb(33,89,36); }
td.TdClassName
{
border-color: #215924;
}
.TagClassName
{
border-color: #215924;
}
</style>