Shades of Parsley #205C2A
Tints of Parsley #205C2A
RGB
CMYK
RGB Variations
Color information
#205C2A (or 0x205C2A) is known color: Parsley. HEX triplet: 20, 5C and 2A. RGB value is (32,92,42). Sum of RGB (Red+Green+Blue) = 32+92+42=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #205C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C2A is #DFA3D5. Grayscale: #444444. Windows color (decimal): -14656470 or 2776096. OLE color: 2776096.
HSL color Cylindrical-coordinate representation of color #205C2A: hue angle of 130º 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 #205C2A is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 92 | 42 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.64 |
| HSL | 130º | 0.48% | 0.24% | - |
| HSV(B) | 130º | 0.65% | 0.36% | - |
| XYZ | 4.84 | 8.13 | 3.5 | - |
| YUV | 68.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 42 | 0.65 | 0 | 0.54 | 0.64 | 130 | 0.48 | 0.24 |
| Hex | 20 | 5C | 2A | 41 | 0 | 36 | 40 | 82 | 30 | 18 |
| Octal | 40 | 134 | 52 | 101 | 0 | 66 | 100 | 202 | 60 | 30 |
| Binary | 100000 | 1011100 | 101010 | 1000001 | 0 | 110110 | 1000000 | 10000010 | 110000 | 11000 |
Color Harmonies of #205C2A
Complementary color
Monochromatic Colors of #205C2A
Black with #205C2A
Text Example
Text Example
White with #205C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C2A; }
p { color: rgb(32,92,42); }
H1.HeaderClassName
{
color: #205C2A;
}
.AnyTagClassName
{
color: #205C2A;
}
</style>
background-color css
<style>
a { background-color: #205C2A; }
a { background-color: rgb(32,92,42); }
div.DivClassName
{
background-color: #205C2A;
}
.BgClassName
{
background-color: #205C2A;
}
</style>
border-color css
<style>
span { border-color: #205C2A; }
span { border-color: rgb(32,92,42); }
td.TdClassName
{
border-color: #205C2A;
}
.TagClassName
{
border-color: #205C2A;
}
</style>