Shades of Parsley #215A28
Tints of Parsley #215A28
RGB
CMYK
RGB Variations
Color information
#215A28 (or 0x215A28) is known color: Parsley. HEX triplet: 21, 5A and 28. RGB value is (33,90,40). Sum of RGB (Red+Green+Blue) = 33+90+40=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #215A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A28 is #DEA5D7. Grayscale: #434343. Windows color (decimal): -14591448 or 2644513. OLE color: 2644513.
HSL color Cylindrical-coordinate representation of color #215A28: hue angle of 127.37º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A28 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 40 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.65 |
| HSL | 127.37º | 0.46% | 0.24% | - |
| HSV(B) | 127.37º | 0.63% | 0.35% | - |
| XYZ | 4.67 | 7.79 | 3.26 | - |
| YUV | 67.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 40 | 0.63 | 0 | 0.56 | 0.65 | 127.37 | 0.46 | 0.24 |
| Hex | 21 | 5A | 28 | 3F | 0 | 38 | 41 | 7F | 2E | 18 |
| Octal | 41 | 132 | 50 | 77 | 0 | 70 | 101 | 177 | 56 | 30 |
| Binary | 100001 | 1011010 | 101000 | 111111 | 0 | 111000 | 1000001 | 1111111 | 101110 | 11000 |
Color Harmonies of #215A28
Complementary color
Monochromatic Colors of #215A28
Black with #215A28
Text Example
Text Example
White with #215A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A28; }
p { color: rgb(33,90,40); }
H1.HeaderClassName
{
color: #215A28;
}
.AnyTagClassName
{
color: #215A28;
}
</style>
background-color css
<style>
a { background-color: #215A28; }
a { background-color: rgb(33,90,40); }
div.DivClassName
{
background-color: #215A28;
}
.BgClassName
{
background-color: #215A28;
}
</style>
border-color css
<style>
span { border-color: #215A28; }
span { border-color: rgb(33,90,40); }
td.TdClassName
{
border-color: #215A28;
}
.TagClassName
{
border-color: #215A28;
}
</style>