Shades of Parsley #205D28
Tints of Parsley #205D28
RGB
CMYK
RGB Variations
Color information
#205D28 (or 0x205D28) is known color: Parsley. HEX triplet: 20, 5D and 28. RGB value is (32,93,40). Sum of RGB (Red+Green+Blue) = 32+93+40=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #205D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D28 is #DFA2D7. Grayscale: #444444. Windows color (decimal): -14656216 or 2645280. OLE color: 2645280.
HSL color Cylindrical-coordinate representation of color #205D28: hue angle of 127.87º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D28 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 40 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.64 |
| HSL | 127.87º | 0.49% | 0.25% | - |
| HSV(B) | 127.87º | 0.66% | 0.36% | - |
| XYZ | 4.89 | 8.29 | 3.35 | - |
| YUV | 68.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 40 | 0.66 | 0 | 0.57 | 0.64 | 127.87 | 0.49 | 0.25 |
| Hex | 20 | 5D | 28 | 42 | 0 | 39 | 40 | 80 | 31 | 19 |
| Octal | 40 | 135 | 50 | 102 | 0 | 71 | 100 | 200 | 61 | 31 |
| Binary | 100000 | 1011101 | 101000 | 1000010 | 0 | 111001 | 1000000 | 10000000 | 110001 | 11001 |
Color Harmonies of #205D28
Complementary color
Monochromatic Colors of #205D28
Black with #205D28
Text Example
Text Example
White with #205D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D28; }
p { color: rgb(32,93,40); }
H1.HeaderClassName
{
color: #205D28;
}
.AnyTagClassName
{
color: #205D28;
}
</style>
background-color css
<style>
a { background-color: #205D28; }
a { background-color: rgb(32,93,40); }
div.DivClassName
{
background-color: #205D28;
}
.BgClassName
{
background-color: #205D28;
}
</style>
border-color css
<style>
span { border-color: #205D28; }
span { border-color: rgb(32,93,40); }
td.TdClassName
{
border-color: #205D28;
}
.TagClassName
{
border-color: #205D28;
}
</style>