Shades of Parsley #205C27
Tints of Parsley #205C27
RGB
CMYK
RGB Variations
Color information
#205C27 (or 0x205C27) is known color: Parsley. HEX triplet: 20, 5C and 27. RGB value is (32,92,39). Sum of RGB (Red+Green+Blue) = 32+92+39=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #205C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C27 is #DFA3D8. Grayscale: #444444. Windows color (decimal): -14656473 or 2579488. OLE color: 2579488.
HSL color Cylindrical-coordinate representation of color #205C27: hue angle of 127º 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 #205C27 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 92 | 39 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.64 |
| HSL | 127º | 0.48% | 0.24% | - |
| HSV(B) | 127º | 0.65% | 0.36% | - |
| XYZ | 4.79 | 8.11 | 3.23 | - |
| YUV | 68.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 39 | 0.65 | 0 | 0.58 | 0.64 | 127 | 0.48 | 0.24 |
| Hex | 20 | 5C | 27 | 41 | 0 | 3A | 40 | 7F | 30 | 18 |
| Octal | 40 | 134 | 47 | 101 | 0 | 72 | 100 | 177 | 60 | 30 |
| Binary | 100000 | 1011100 | 100111 | 1000001 | 0 | 111010 | 1000000 | 1111111 | 110000 | 11000 |
Color Harmonies of #205C27
Complementary color
Monochromatic Colors of #205C27
Black with #205C27
Text Example
Text Example
White with #205C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C27; }
p { color: rgb(32,92,39); }
H1.HeaderClassName
{
color: #205C27;
}
.AnyTagClassName
{
color: #205C27;
}
</style>
background-color css
<style>
a { background-color: #205C27; }
a { background-color: rgb(32,92,39); }
div.DivClassName
{
background-color: #205C27;
}
.BgClassName
{
background-color: #205C27;
}
</style>
border-color css
<style>
span { border-color: #205C27; }
span { border-color: rgb(32,92,39); }
td.TdClassName
{
border-color: #205C27;
}
.TagClassName
{
border-color: #205C27;
}
</style>