Shades of Parsley #205A2B
Tints of Parsley #205A2B
RGB
CMYK
RGB Variations
Color information
#205A2B (or 0x205A2B) is known color: Parsley. HEX triplet: 20, 5A and 2B. RGB value is (32,90,43). Sum of RGB (Red+Green+Blue) = 32+90+43=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #205A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A2B is #DFA5D4. Grayscale: #434343. Windows color (decimal): -14656981 or 2841120. OLE color: 2841120.
HSL color Cylindrical-coordinate representation of color #205A2B: hue angle of 131.38º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A2B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 43 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.65 |
| HSL | 131.38º | 0.48% | 0.24% | - |
| HSV(B) | 131.38º | 0.64% | 0.35% | - |
| XYZ | 4.69 | 7.79 | 3.54 | - |
| YUV | 67.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 43 | 0.64 | 0 | 0.52 | 0.65 | 131.38 | 0.48 | 0.24 |
| Hex | 20 | 5A | 2B | 40 | 0 | 34 | 41 | 83 | 30 | 18 |
| Octal | 40 | 132 | 53 | 100 | 0 | 64 | 101 | 203 | 60 | 30 |
| Binary | 100000 | 1011010 | 101011 | 1000000 | 0 | 110100 | 1000001 | 10000011 | 110000 | 11000 |
Color Harmonies of #205A2B
Complementary color
Monochromatic Colors of #205A2B
Black with #205A2B
Text Example
Text Example
White with #205A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A2B; }
p { color: rgb(32,90,43); }
H1.HeaderClassName
{
color: #205A2B;
}
.AnyTagClassName
{
color: #205A2B;
}
</style>
background-color css
<style>
a { background-color: #205A2B; }
a { background-color: rgb(32,90,43); }
div.DivClassName
{
background-color: #205A2B;
}
.BgClassName
{
background-color: #205A2B;
}
</style>
border-color css
<style>
span { border-color: #205A2B; }
span { border-color: rgb(32,90,43); }
td.TdClassName
{
border-color: #205A2B;
}
.TagClassName
{
border-color: #205A2B;
}
</style>