Shades of Parsley #215C2C
Tints of Parsley #215C2C
RGB
CMYK
RGB Variations
Color information
#215C2C (or 0x215C2C) is known color: Parsley. HEX triplet: 21, 5C and 2C. RGB value is (33,92,44). Sum of RGB (Red+Green+Blue) = 33+92+44=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #215C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C2C is #DEA3D3. Grayscale: #454545. Windows color (decimal): -14590932 or 2907169. OLE color: 2907169.
HSL color Cylindrical-coordinate representation of color #215C2C: hue angle of 131.19º 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 #215C2C is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 44 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.64 |
| HSL | 131.19º | 0.47% | 0.25% | - |
| HSV(B) | 131.19º | 0.64% | 0.36% | - |
| XYZ | 4.91 | 8.16 | 3.7 | - |
| YUV | 68.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 44 | 0.64 | 0 | 0.52 | 0.64 | 131.19 | 0.47 | 0.25 |
| Hex | 21 | 5C | 2C | 40 | 0 | 34 | 40 | 83 | 2F | 19 |
| Octal | 41 | 134 | 54 | 100 | 0 | 64 | 100 | 203 | 57 | 31 |
| Binary | 100001 | 1011100 | 101100 | 1000000 | 0 | 110100 | 1000000 | 10000011 | 101111 | 11001 |
Color Harmonies of #215C2C
Complementary color
Monochromatic Colors of #215C2C
Black with #215C2C
Text Example
Text Example
White with #215C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C2C; }
p { color: rgb(33,92,44); }
H1.HeaderClassName
{
color: #215C2C;
}
.AnyTagClassName
{
color: #215C2C;
}
</style>
background-color css
<style>
a { background-color: #215C2C; }
a { background-color: rgb(33,92,44); }
div.DivClassName
{
background-color: #215C2C;
}
.BgClassName
{
background-color: #215C2C;
}
</style>
border-color css
<style>
span { border-color: #215C2C; }
span { border-color: rgb(33,92,44); }
td.TdClassName
{
border-color: #215C2C;
}
.TagClassName
{
border-color: #215C2C;
}
</style>