Shades of Parsley #215C2D
Tints of Parsley #215C2D
RGB
CMYK
RGB Variations
Color information
#215C2D (or 0x215C2D) is known color: Parsley. HEX triplet: 21, 5C and 2D. RGB value is (33,92,45). Sum of RGB (Red+Green+Blue) = 33+92+45=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #215C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C2D is #DEA3D2. Grayscale: #454545. Windows color (decimal): -14590931 or 2972705. OLE color: 2972705.
HSL color Cylindrical-coordinate representation of color #215C2D: hue angle of 132.2º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215C2D is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 45 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.64 |
| HSL | 132.2º | 0.47% | 0.25% | - |
| HSV(B) | 132.2º | 0.64% | 0.36% | - |
| XYZ | 4.93 | 8.17 | 3.8 | - |
| YUV | 69 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 45 | 0.64 | 0 | 0.51 | 0.64 | 132.2 | 0.47 | 0.25 |
| Hex | 21 | 5C | 2D | 40 | 0 | 33 | 40 | 84 | 2F | 19 |
| Octal | 41 | 134 | 55 | 100 | 0 | 63 | 100 | 204 | 57 | 31 |
| Binary | 100001 | 1011100 | 101101 | 1000000 | 0 | 110011 | 1000000 | 10000100 | 101111 | 11001 |
Color Harmonies of #215C2D
Complementary color
Monochromatic Colors of #215C2D
Black with #215C2D
Text Example
Text Example
White with #215C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C2D; }
p { color: rgb(33,92,45); }
H1.HeaderClassName
{
color: #215C2D;
}
.AnyTagClassName
{
color: #215C2D;
}
</style>
background-color css
<style>
a { background-color: #215C2D; }
a { background-color: rgb(33,92,45); }
div.DivClassName
{
background-color: #215C2D;
}
.BgClassName
{
background-color: #215C2D;
}
</style>
border-color css
<style>
span { border-color: #215C2D; }
span { border-color: rgb(33,92,45); }
td.TdClassName
{
border-color: #215C2D;
}
.TagClassName
{
border-color: #215C2D;
}
</style>