Shades of Parsley #205B2A
Tints of Parsley #205B2A
RGB
CMYK
RGB Variations
Color information
#205B2A (or 0x205B2A) is known color: Parsley. HEX triplet: 20, 5B and 2A. RGB value is (32,91,42). Sum of RGB (Red+Green+Blue) = 32+91+42=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 91 (35.94% from 255 or 55.15% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 91 - color contains mainly: green. Hex color #205B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205B2A is #DFA4D5. Grayscale: #434343. Windows color (decimal): -14656726 or 2775840. OLE color: 2775840.
HSL color Cylindrical-coordinate representation of color #205B2A: hue angle of 130.17º 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 #205B2A is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 91 | 42 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.64 |
| HSL | 130.17º | 0.48% | 0.24% | - |
| HSV(B) | 130.17º | 0.65% | 0.36% | - |
| XYZ | 4.75 | 7.96 | 3.48 | - |
| YUV | 67.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 42 | 0.65 | 0 | 0.54 | 0.64 | 130.17 | 0.48 | 0.24 |
| Hex | 20 | 5B | 2A | 41 | 0 | 36 | 40 | 82 | 30 | 18 |
| Octal | 40 | 133 | 52 | 101 | 0 | 66 | 100 | 202 | 60 | 30 |
| Binary | 100000 | 1011011 | 101010 | 1000001 | 0 | 110110 | 1000000 | 10000010 | 110000 | 11000 |
Color Harmonies of #205B2A
Complementary color
Monochromatic Colors of #205B2A
Black with #205B2A
Text Example
Text Example
White with #205B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B2A; }
p { color: rgb(32,91,42); }
H1.HeaderClassName
{
color: #205B2A;
}
.AnyTagClassName
{
color: #205B2A;
}
</style>
background-color css
<style>
a { background-color: #205B2A; }
a { background-color: rgb(32,91,42); }
div.DivClassName
{
background-color: #205B2A;
}
.BgClassName
{
background-color: #205B2A;
}
</style>
border-color css
<style>
span { border-color: #205B2A; }
span { border-color: rgb(32,91,42); }
td.TdClassName
{
border-color: #205B2A;
}
.TagClassName
{
border-color: #205B2A;
}
</style>