Shades of Parsley #215D27
Tints of Parsley #215D27
RGB
CMYK
RGB Variations
Color information
#215D27 (or 0x215D27) is known color: Parsley. HEX triplet: 21, 5D and 27. RGB value is (33,93,39). Sum of RGB (Red+Green+Blue) = 33+93+39=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #215D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D27 is #DEA2D8. Grayscale: #454545. Windows color (decimal): -14590681 or 2579745. OLE color: 2579745.
HSL color Cylindrical-coordinate representation of color #215D27: hue angle of 126º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D27 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 39 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.64 |
| HSL | 126º | 0.48% | 0.25% | - |
| HSV(B) | 126º | 0.65% | 0.36% | - |
| XYZ | 4.91 | 8.3 | 3.26 | - |
| YUV | 68.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 39 | 0.65 | 0 | 0.58 | 0.64 | 126 | 0.48 | 0.25 |
| Hex | 21 | 5D | 27 | 41 | 0 | 3A | 40 | 7E | 30 | 19 |
| Octal | 41 | 135 | 47 | 101 | 0 | 72 | 100 | 176 | 60 | 31 |
| Binary | 100001 | 1011101 | 100111 | 1000001 | 0 | 111010 | 1000000 | 1111110 | 110000 | 11001 |
Color Harmonies of #215D27
Complementary color
Monochromatic Colors of #215D27
Black with #215D27
Text Example
Text Example
White with #215D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D27; }
p { color: rgb(33,93,39); }
H1.HeaderClassName
{
color: #215D27;
}
.AnyTagClassName
{
color: #215D27;
}
</style>
background-color css
<style>
a { background-color: #215D27; }
a { background-color: rgb(33,93,39); }
div.DivClassName
{
background-color: #215D27;
}
.BgClassName
{
background-color: #215D27;
}
</style>
border-color css
<style>
span { border-color: #215D27; }
span { border-color: rgb(33,93,39); }
td.TdClassName
{
border-color: #215D27;
}
.TagClassName
{
border-color: #215D27;
}
</style>