Shades of Parsley #205D25
Tints of Parsley #205D25
RGB
CMYK
RGB Variations
Color information
#205D25 (or 0x205D25) is known color: Parsley. HEX triplet: 20, 5D and 25. RGB value is (32,93,37). Sum of RGB (Red+Green+Blue) = 32+93+37=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #205D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D25 is #DFA2DA. Grayscale: #444444. Windows color (decimal): -14656219 or 2448672. OLE color: 2448672.
HSL color Cylindrical-coordinate representation of color #205D25: hue angle of 124.92º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D25 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 37 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.64 |
| HSL | 124.92º | 0.49% | 0.25% | - |
| HSV(B) | 124.92º | 0.66% | 0.36% | - |
| XYZ | 4.84 | 8.27 | 3.09 | - |
| YUV | 68.38 | 110.29 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 37 | 0.66 | 0 | 0.60 | 0.64 | 124.92 | 0.49 | 0.25 |
| Hex | 20 | 5D | 25 | 42 | 0 | 3C | 40 | 7D | 31 | 19 |
| Octal | 40 | 135 | 45 | 102 | 0 | 74 | 100 | 175 | 61 | 31 |
| Binary | 100000 | 1011101 | 100101 | 1000010 | 0 | 111100 | 1000000 | 1111101 | 110001 | 11001 |
Color Harmonies of #205D25
Complementary color
Monochromatic Colors of #205D25
Black with #205D25
Text Example
Text Example
White with #205D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D25; }
p { color: rgb(32,93,37); }
H1.HeaderClassName
{
color: #205D25;
}
.AnyTagClassName
{
color: #205D25;
}
</style>
background-color css
<style>
a { background-color: #205D25; }
a { background-color: rgb(32,93,37); }
div.DivClassName
{
background-color: #205D25;
}
.BgClassName
{
background-color: #205D25;
}
</style>
border-color css
<style>
span { border-color: #205D25; }
span { border-color: rgb(32,93,37); }
td.TdClassName
{
border-color: #205D25;
}
.TagClassName
{
border-color: #205D25;
}
</style>