Shades of Parsley #215C29
Tints of Parsley #215C29
RGB
CMYK
RGB Variations
Color information
#215C29 (or 0x215C29) is known color: Parsley. HEX triplet: 21, 5C and 29. RGB value is (33,92,41). Sum of RGB (Red+Green+Blue) = 33+92+41=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #215C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C29 is #DEA3D6. Grayscale: #444444. Windows color (decimal): -14590935 or 2710561. OLE color: 2710561.
HSL color Cylindrical-coordinate representation of color #215C29: hue angle of 128.14º 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 #215C29 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 41 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.64 |
| HSL | 128.14º | 0.47% | 0.25% | - |
| HSV(B) | 128.14º | 0.64% | 0.36% | - |
| XYZ | 4.85 | 8.14 | 3.41 | - |
| YUV | 68.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 41 | 0.64 | 0 | 0.55 | 0.64 | 128.14 | 0.47 | 0.25 |
| Hex | 21 | 5C | 29 | 40 | 0 | 37 | 40 | 80 | 2F | 19 |
| Octal | 41 | 134 | 51 | 100 | 0 | 67 | 100 | 200 | 57 | 31 |
| Binary | 100001 | 1011100 | 101001 | 1000000 | 0 | 110111 | 1000000 | 10000000 | 101111 | 11001 |
Color Harmonies of #215C29
Complementary color
Monochromatic Colors of #215C29
Black with #215C29
Text Example
Text Example
White with #215C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C29; }
p { color: rgb(33,92,41); }
H1.HeaderClassName
{
color: #215C29;
}
.AnyTagClassName
{
color: #215C29;
}
</style>
background-color css
<style>
a { background-color: #215C29; }
a { background-color: rgb(33,92,41); }
div.DivClassName
{
background-color: #215C29;
}
.BgClassName
{
background-color: #215C29;
}
</style>
border-color css
<style>
span { border-color: #215C29; }
span { border-color: rgb(33,92,41); }
td.TdClassName
{
border-color: #215C29;
}
.TagClassName
{
border-color: #215C29;
}
</style>