Shades of Parsley #215A2C
Tints of Parsley #215A2C
RGB
CMYK
RGB Variations
Color information
#215A2C (or 0x215A2C) is known color: Parsley. HEX triplet: 21, 5A and 2C. RGB value is (33,90,44). Sum of RGB (Red+Green+Blue) = 33+90+44=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #215A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A2C is #DEA5D3. Grayscale: #434343. Windows color (decimal): -14591444 or 2906657. OLE color: 2906657.
HSL color Cylindrical-coordinate representation of color #215A2C: hue angle of 131.58º 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 #215A2C is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 44 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.65 |
| HSL | 131.58º | 0.46% | 0.24% | - |
| HSV(B) | 131.58º | 0.63% | 0.35% | - |
| XYZ | 4.74 | 7.82 | 3.64 | - |
| YUV | 67.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 44 | 0.63 | 0 | 0.51 | 0.65 | 131.58 | 0.46 | 0.24 |
| Hex | 21 | 5A | 2C | 3F | 0 | 33 | 41 | 84 | 2E | 18 |
| Octal | 41 | 132 | 54 | 77 | 0 | 63 | 101 | 204 | 56 | 30 |
| Binary | 100001 | 1011010 | 101100 | 111111 | 0 | 110011 | 1000001 | 10000100 | 101110 | 11000 |
Color Harmonies of #215A2C
Complementary color
Monochromatic Colors of #215A2C
Black with #215A2C
Text Example
Text Example
White with #215A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A2C; }
p { color: rgb(33,90,44); }
H1.HeaderClassName
{
color: #215A2C;
}
.AnyTagClassName
{
color: #215A2C;
}
</style>
background-color css
<style>
a { background-color: #215A2C; }
a { background-color: rgb(33,90,44); }
div.DivClassName
{
background-color: #215A2C;
}
.BgClassName
{
background-color: #215A2C;
}
</style>
border-color css
<style>
span { border-color: #215A2C; }
span { border-color: rgb(33,90,44); }
td.TdClassName
{
border-color: #215A2C;
}
.TagClassName
{
border-color: #215A2C;
}
</style>