Shades of Parsley #215C21
Tints of Parsley #215C21
RGB
CMYK
RGB Variations
Color information
#215C21 (or 0x215C21) is known color: Parsley. HEX triplet: 21, 5C and 21. RGB value is (33,92,33). Sum of RGB (Red+Green+Blue) = 33+92+33=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 92 (36.33% from 255 or 58.23% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 92 - color contains mainly: green. Hex color #215C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C21 is #DEA3DE. Grayscale: #434343. Windows color (decimal): -14590943 or 2186273. OLE color: 2186273.
HSL color Cylindrical-coordinate representation of color #215C21: hue angle of 120º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215C21 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 33 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.64 |
| HSL | 120º | 0.47% | 0.25% | - |
| HSV(B) | 120º | 0.64% | 0.36% | - |
| XYZ | 4.73 | 8.09 | 2.75 | - |
| YUV | 67.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 33 | 0.64 | 0 | 0.64 | 0.64 | 120 | 0.47 | 0.25 |
| Hex | 21 | 5C | 21 | 40 | 0 | 40 | 40 | 78 | 2F | 19 |
| Octal | 41 | 134 | 41 | 100 | 0 | 100 | 100 | 170 | 57 | 31 |
| Binary | 100001 | 1011100 | 100001 | 1000000 | 0 | 1000000 | 1000000 | 1111000 | 101111 | 11001 |
Color Harmonies of #215C21
Complementary color
Monochromatic Colors of #215C21
Black with #215C21
Text Example
Text Example
White with #215C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C21; }
p { color: rgb(33,92,33); }
H1.HeaderClassName
{
color: #215C21;
}
.AnyTagClassName
{
color: #215C21;
}
</style>
background-color css
<style>
a { background-color: #215C21; }
a { background-color: rgb(33,92,33); }
div.DivClassName
{
background-color: #215C21;
}
.BgClassName
{
background-color: #215C21;
}
</style>
border-color css
<style>
span { border-color: #215C21; }
span { border-color: rgb(33,92,33); }
td.TdClassName
{
border-color: #215C21;
}
.TagClassName
{
border-color: #215C21;
}
</style>