Shades of Parsley #2C5935
Tints of Parsley #2C5935
RGB
CMYK
RGB Variations
Color information
#2C5935 (or 0x2C5935) is known color: Parsley. HEX triplet: 2C, 59 and 35. RGB value is (44,89,53). Sum of RGB (Red+Green+Blue) = 44+89+53=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5935 is #D3A6CA. Grayscale: #474747. Windows color (decimal): -13870795 or 3496236. OLE color: 3496236.
HSL color Cylindrical-coordinate representation of color #2C5935: hue angle of 132º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C5935 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 89 | 53 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.65 |
| HSL | 132º | 0.34% | 0.26% | - |
| HSV(B) | 132º | 0.51% | 0.35% | - |
| XYZ | 5.25 | 7.94 | 4.62 | - |
| YUV | 71.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 53 | 0.51 | 0 | 0.40 | 0.65 | 132 | 0.34 | 0.26 |
| Hex | 2C | 59 | 35 | 33 | 0 | 28 | 41 | 84 | 22 | 1A |
| Octal | 54 | 131 | 65 | 63 | 0 | 50 | 101 | 204 | 42 | 32 |
| Binary | 101100 | 1011001 | 110101 | 110011 | 0 | 101000 | 1000001 | 10000100 | 100010 | 11010 |
Color Harmonies of #2C5935
Complementary color
Monochromatic Colors of #2C5935
Black with #2C5935
Text Example
Text Example
White with #2C5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5935; }
p { color: rgb(44,89,53); }
H1.HeaderClassName
{
color: #2C5935;
}
.AnyTagClassName
{
color: #2C5935;
}
</style>
background-color css
<style>
a { background-color: #2C5935; }
a { background-color: rgb(44,89,53); }
div.DivClassName
{
background-color: #2C5935;
}
.BgClassName
{
background-color: #2C5935;
}
</style>
border-color css
<style>
span { border-color: #2C5935; }
span { border-color: rgb(44,89,53); }
td.TdClassName
{
border-color: #2C5935;
}
.TagClassName
{
border-color: #2C5935;
}
</style>