Shades of Parsley #215127
Tints of Parsley #215127
RGB
CMYK
RGB Variations
Color information
#215127 (or 0x215127) is known color: Parsley. HEX triplet: 21, 51 and 27. RGB value is (33,81,39). Sum of RGB (Red+Green+Blue) = 33+81+39=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #215127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215127 is #DEAED8. Grayscale: #3D3D3D. Windows color (decimal): -14593753 or 2576673. OLE color: 2576673.
HSL color Cylindrical-coordinate representation of color #215127: hue angle of 127.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215127 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 39 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.68 |
| HSL | 127.5º | 0.42% | 0.22% | - |
| HSV(B) | 127.5º | 0.59% | 0.32% | - |
| XYZ | 3.94 | 6.35 | 2.94 | - |
| YUV | 61.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 39 | 0.59 | 0 | 0.52 | 0.68 | 127.5 | 0.42 | 0.22 |
| Hex | 21 | 51 | 27 | 3B | 0 | 34 | 44 | 80 | 2A | 16 |
| Octal | 41 | 121 | 47 | 73 | 0 | 64 | 104 | 200 | 52 | 26 |
| Binary | 100001 | 1010001 | 100111 | 111011 | 0 | 110100 | 1000100 | 10000000 | 101010 | 10110 |
Color Harmonies of #215127
Complementary color
Monochromatic Colors of #215127
Black with #215127
Text Example
Text Example
White with #215127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215127; }
p { color: rgb(33,81,39); }
H1.HeaderClassName
{
color: #215127;
}
.AnyTagClassName
{
color: #215127;
}
</style>
background-color css
<style>
a { background-color: #215127; }
a { background-color: rgb(33,81,39); }
div.DivClassName
{
background-color: #215127;
}
.BgClassName
{
background-color: #215127;
}
</style>
border-color css
<style>
span { border-color: #215127; }
span { border-color: rgb(33,81,39); }
td.TdClassName
{
border-color: #215127;
}
.TagClassName
{
border-color: #215127;
}
</style>