Shades of Parsley #215F2C
Tints of Parsley #215F2C
RGB
CMYK
RGB Variations
Color information
#215F2C (or 0x215F2C) is known color: Parsley. HEX triplet: 21, 5F and 2C. RGB value is (33,95,44). Sum of RGB (Red+Green+Blue) = 33+95+44=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #215F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F2C is #DEA0D3. Grayscale: #464646. Windows color (decimal): -14590164 or 2907937. OLE color: 2907937.
HSL color Cylindrical-coordinate representation of color #215F2C: hue angle of 130.65º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215F2C is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 44 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.63 |
| HSL | 130.65º | 0.48% | 0.25% | - |
| HSV(B) | 130.65º | 0.65% | 0.37% | - |
| XYZ | 5.17 | 8.69 | 3.79 | - |
| YUV | 70.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 44 | 0.65 | 0 | 0.54 | 0.63 | 130.65 | 0.48 | 0.25 |
| Hex | 21 | 5F | 2C | 41 | 0 | 36 | 3F | 83 | 30 | 19 |
| Octal | 41 | 137 | 54 | 101 | 0 | 66 | 77 | 203 | 60 | 31 |
| Binary | 100001 | 1011111 | 101100 | 1000001 | 0 | 110110 | 111111 | 10000011 | 110000 | 11001 |
Color Harmonies of #215F2C
Complementary color
Monochromatic Colors of #215F2C
Black with #215F2C
Text Example
Text Example
White with #215F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F2C; }
p { color: rgb(33,95,44); }
H1.HeaderClassName
{
color: #215F2C;
}
.AnyTagClassName
{
color: #215F2C;
}
</style>
background-color css
<style>
a { background-color: #215F2C; }
a { background-color: rgb(33,95,44); }
div.DivClassName
{
background-color: #215F2C;
}
.BgClassName
{
background-color: #215F2C;
}
</style>
border-color css
<style>
span { border-color: #215F2C; }
span { border-color: rgb(33,95,44); }
td.TdClassName
{
border-color: #215F2C;
}
.TagClassName
{
border-color: #215F2C;
}
</style>