Shades of Parsley #215923
Tints of Parsley #215923
RGB
CMYK
RGB Variations
Color information
#215923 (or 0x215923) is known color: Parsley. HEX triplet: 21, 59 and 23. RGB value is (33,89,35). Sum of RGB (Red+Green+Blue) = 33+89+35=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #215923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215923 is #DEA6DC. Grayscale: #424242. Windows color (decimal): -14591709 or 2316577. OLE color: 2316577.
HSL color Cylindrical-coordinate representation of color #215923: hue angle of 122.14º 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 #215923 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 89 | 35 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.65 |
| HSL | 122.14º | 0.46% | 0.24% | - |
| HSV(B) | 122.14º | 0.63% | 0.35% | - |
| XYZ | 4.5 | 7.59 | 2.82 | - |
| YUV | 66.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 35 | 0.63 | 0 | 0.61 | 0.65 | 122.14 | 0.46 | 0.24 |
| Hex | 21 | 59 | 23 | 3F | 0 | 3D | 41 | 7A | 2E | 18 |
| Octal | 41 | 131 | 43 | 77 | 0 | 75 | 101 | 172 | 56 | 30 |
| Binary | 100001 | 1011001 | 100011 | 111111 | 0 | 111101 | 1000001 | 1111010 | 101110 | 11000 |
Color Harmonies of #215923
Complementary color
Monochromatic Colors of #215923
Black with #215923
Text Example
Text Example
White with #215923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215923; }
p { color: rgb(33,89,35); }
H1.HeaderClassName
{
color: #215923;
}
.AnyTagClassName
{
color: #215923;
}
</style>
background-color css
<style>
a { background-color: #215923; }
a { background-color: rgb(33,89,35); }
div.DivClassName
{
background-color: #215923;
}
.BgClassName
{
background-color: #215923;
}
</style>
border-color css
<style>
span { border-color: #215923; }
span { border-color: rgb(33,89,35); }
td.TdClassName
{
border-color: #215923;
}
.TagClassName
{
border-color: #215923;
}
</style>