Shades of Parsley #215B2C
Tints of Parsley #215B2C
RGB
CMYK
RGB Variations
Color information
#215B2C (or 0x215B2C) is known color: Parsley. HEX triplet: 21, 5B and 2C. RGB value is (33,91,44). Sum of RGB (Red+Green+Blue) = 33+91+44=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #215B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B2C is #DEA4D3. Grayscale: #444444. Windows color (decimal): -14591188 or 2906913. OLE color: 2906913.
HSL color Cylindrical-coordinate representation of color #215B2C: hue angle of 131.38º 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 #215B2C is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 44 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.64 |
| HSL | 131.38º | 0.47% | 0.24% | - |
| HSV(B) | 131.38º | 0.64% | 0.36% | - |
| XYZ | 4.82 | 7.99 | 3.67 | - |
| YUV | 68.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 44 | 0.64 | 0 | 0.52 | 0.64 | 131.38 | 0.47 | 0.24 |
| Hex | 21 | 5B | 2C | 40 | 0 | 34 | 40 | 83 | 2F | 18 |
| Octal | 41 | 133 | 54 | 100 | 0 | 64 | 100 | 203 | 57 | 30 |
| Binary | 100001 | 1011011 | 101100 | 1000000 | 0 | 110100 | 1000000 | 10000011 | 101111 | 11000 |
Color Harmonies of #215B2C
Complementary color
Monochromatic Colors of #215B2C
Black with #215B2C
Text Example
Text Example
White with #215B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B2C; }
p { color: rgb(33,91,44); }
H1.HeaderClassName
{
color: #215B2C;
}
.AnyTagClassName
{
color: #215B2C;
}
</style>
background-color css
<style>
a { background-color: #215B2C; }
a { background-color: rgb(33,91,44); }
div.DivClassName
{
background-color: #215B2C;
}
.BgClassName
{
background-color: #215B2C;
}
</style>
border-color css
<style>
span { border-color: #215B2C; }
span { border-color: rgb(33,91,44); }
td.TdClassName
{
border-color: #215B2C;
}
.TagClassName
{
border-color: #215B2C;
}
</style>