Shades of Parsley #215B24
Tints of Parsley #215B24
RGB
CMYK
RGB Variations
Color information
#215B24 (or 0x215B24) is known color: Parsley. HEX triplet: 21, 5B and 24. RGB value is (33,91,36). Sum of RGB (Red+Green+Blue) = 33+91+36=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 91 (35.94% from 255 or 56.88% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 91 - color contains mainly: green. Hex color #215B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B24 is #DEA4DB. Grayscale: #434343. Windows color (decimal): -14591196 or 2382625. OLE color: 2382625.
HSL color Cylindrical-coordinate representation of color #215B24: hue angle of 123.1º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B24 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 36 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.64 |
| HSL | 123.1º | 0.47% | 0.24% | - |
| HSV(B) | 123.1º | 0.64% | 0.36% | - |
| XYZ | 4.69 | 7.93 | 2.95 | - |
| YUV | 67.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 36 | 0.64 | 0 | 0.60 | 0.64 | 123.1 | 0.47 | 0.24 |
| Hex | 21 | 5B | 24 | 40 | 0 | 3C | 40 | 7B | 2F | 18 |
| Octal | 41 | 133 | 44 | 100 | 0 | 74 | 100 | 173 | 57 | 30 |
| Binary | 100001 | 1011011 | 100100 | 1000000 | 0 | 111100 | 1000000 | 1111011 | 101111 | 11000 |
Color Harmonies of #215B24
Complementary color
Monochromatic Colors of #215B24
Black with #215B24
Text Example
Text Example
White with #215B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B24; }
p { color: rgb(33,91,36); }
H1.HeaderClassName
{
color: #215B24;
}
.AnyTagClassName
{
color: #215B24;
}
</style>
background-color css
<style>
a { background-color: #215B24; }
a { background-color: rgb(33,91,36); }
div.DivClassName
{
background-color: #215B24;
}
.BgClassName
{
background-color: #215B24;
}
</style>
border-color css
<style>
span { border-color: #215B24; }
span { border-color: rgb(33,91,36); }
td.TdClassName
{
border-color: #215B24;
}
.TagClassName
{
border-color: #215B24;
}
</style>