Shades of Parsley #205B29
Tints of Parsley #205B29
RGB
CMYK
RGB Variations
Color information
#205B29 (or 0x205B29) is known color: Parsley. HEX triplet: 20, 5B and 29. RGB value is (32,91,41). Sum of RGB (Red+Green+Blue) = 32+91+41=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #205B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205B29 is #DFA4D6. Grayscale: #434343. Windows color (decimal): -14656727 or 2710304. OLE color: 2710304.
HSL color Cylindrical-coordinate representation of color #205B29: hue angle of 129.15º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205B29 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 91 | 41 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.64 |
| HSL | 129.15º | 0.48% | 0.24% | - |
| HSV(B) | 129.15º | 0.65% | 0.36% | - |
| XYZ | 4.74 | 7.95 | 3.38 | - |
| YUV | 67.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 41 | 0.65 | 0 | 0.55 | 0.64 | 129.15 | 0.48 | 0.24 |
| Hex | 20 | 5B | 29 | 41 | 0 | 37 | 40 | 81 | 30 | 18 |
| Octal | 40 | 133 | 51 | 101 | 0 | 67 | 100 | 201 | 60 | 30 |
| Binary | 100000 | 1011011 | 101001 | 1000001 | 0 | 110111 | 1000000 | 10000001 | 110000 | 11000 |
Color Harmonies of #205B29
Complementary color
Monochromatic Colors of #205B29
Black with #205B29
Text Example
Text Example
White with #205B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B29; }
p { color: rgb(32,91,41); }
H1.HeaderClassName
{
color: #205B29;
}
.AnyTagClassName
{
color: #205B29;
}
</style>
background-color css
<style>
a { background-color: #205B29; }
a { background-color: rgb(32,91,41); }
div.DivClassName
{
background-color: #205B29;
}
.BgClassName
{
background-color: #205B29;
}
</style>
border-color css
<style>
span { border-color: #205B29; }
span { border-color: rgb(32,91,41); }
td.TdClassName
{
border-color: #205B29;
}
.TagClassName
{
border-color: #205B29;
}
</style>