Shades of Parsley #205F29
Tints of Parsley #205F29
RGB
CMYK
RGB Variations
Color information
#205F29 (or 0x205F29) is known color: Parsley. HEX triplet: 20, 5F and 29. RGB value is (32,95,41). Sum of RGB (Red+Green+Blue) = 32+95+41=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 95 (37.5% from 255 or 56.55% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 95 - color contains mainly: green. Hex color #205F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F29 is #DFA0D6. Grayscale: #464646. Windows color (decimal): -14655703 or 2711328. OLE color: 2711328.
HSL color Cylindrical-coordinate representation of color #205F29: hue angle of 128.57º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F29 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 41 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.63 |
| HSL | 128.57º | 0.5% | 0.25% | - |
| HSV(B) | 128.57º | 0.66% | 0.37% | - |
| XYZ | 5.09 | 8.65 | 3.5 | - |
| YUV | 70.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 41 | 0.66 | 0 | 0.57 | 0.63 | 128.57 | 0.5 | 0.25 |
| Hex | 20 | 5F | 29 | 42 | 0 | 39 | 3F | 81 | 32 | 19 |
| Octal | 40 | 137 | 51 | 102 | 0 | 71 | 77 | 201 | 62 | 31 |
| Binary | 100000 | 1011111 | 101001 | 1000010 | 0 | 111001 | 111111 | 10000001 | 110010 | 11001 |
Color Harmonies of #205F29
Complementary color
Monochromatic Colors of #205F29
Black with #205F29
Text Example
Text Example
White with #205F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F29; }
p { color: rgb(32,95,41); }
H1.HeaderClassName
{
color: #205F29;
}
.AnyTagClassName
{
color: #205F29;
}
</style>
background-color css
<style>
a { background-color: #205F29; }
a { background-color: rgb(32,95,41); }
div.DivClassName
{
background-color: #205F29;
}
.BgClassName
{
background-color: #205F29;
}
</style>
border-color css
<style>
span { border-color: #205F29; }
span { border-color: rgb(32,95,41); }
td.TdClassName
{
border-color: #205F29;
}
.TagClassName
{
border-color: #205F29;
}
</style>