Shades of Parsley #215B2B
Tints of Parsley #215B2B
RGB
CMYK
RGB Variations
Color information
#215B2B (or 0x215B2B) is known color: Parsley. HEX triplet: 21, 5B and 2B. RGB value is (33,91,43). Sum of RGB (Red+Green+Blue) = 33+91+43=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #215B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B2B is #DEA4D4. Grayscale: #444444. Windows color (decimal): -14591189 or 2841377. OLE color: 2841377.
HSL color Cylindrical-coordinate representation of color #215B2B: hue angle of 130.34º 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 #215B2B is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 43 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.64 |
| HSL | 130.34º | 0.47% | 0.24% | - |
| HSV(B) | 130.34º | 0.64% | 0.36% | - |
| XYZ | 4.8 | 7.98 | 3.57 | - |
| YUV | 68.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 43 | 0.64 | 0 | 0.53 | 0.64 | 130.34 | 0.47 | 0.24 |
| Hex | 21 | 5B | 2B | 40 | 0 | 35 | 40 | 82 | 2F | 18 |
| Octal | 41 | 133 | 53 | 100 | 0 | 65 | 100 | 202 | 57 | 30 |
| Binary | 100001 | 1011011 | 101011 | 1000000 | 0 | 110101 | 1000000 | 10000010 | 101111 | 11000 |
Color Harmonies of #215B2B
Complementary color
Monochromatic Colors of #215B2B
Black with #215B2B
Text Example
Text Example
White with #215B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B2B; }
p { color: rgb(33,91,43); }
H1.HeaderClassName
{
color: #215B2B;
}
.AnyTagClassName
{
color: #215B2B;
}
</style>
background-color css
<style>
a { background-color: #215B2B; }
a { background-color: rgb(33,91,43); }
div.DivClassName
{
background-color: #215B2B;
}
.BgClassName
{
background-color: #215B2B;
}
</style>
border-color css
<style>
span { border-color: #215B2B; }
span { border-color: rgb(33,91,43); }
td.TdClassName
{
border-color: #215B2B;
}
.TagClassName
{
border-color: #215B2B;
}
</style>