Shades of Parsley #2C5528
Tints of Parsley #2C5528
RGB
CMYK
RGB Variations
Color information
#2C5528 (or 0x2C5528) is known color: Parsley. HEX triplet: 2C, 55 and 28. RGB value is (44,85,40). Sum of RGB (Red+Green+Blue) = 44+85+40=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5528 is #D3AAD7. Grayscale: #434343. Windows color (decimal): -13871832 or 2643244. OLE color: 2643244.
HSL color Cylindrical-coordinate representation of color #2C5528: hue angle of 114.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C5528 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 85 | 40 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.67 |
| HSL | 114.67º | 0.36% | 0.25% | - |
| HSV(B) | 114.67º | 0.53% | 0.33% | - |
| XYZ | 4.67 | 7.19 | 3.15 | - |
| YUV | 67.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 40 | 0.48 | 0 | 0.53 | 0.67 | 114.67 | 0.36 | 0.25 |
| Hex | 2C | 55 | 28 | 30 | 0 | 35 | 43 | 73 | 24 | 19 |
| Octal | 54 | 125 | 50 | 60 | 0 | 65 | 103 | 163 | 44 | 31 |
| Binary | 101100 | 1010101 | 101000 | 110000 | 0 | 110101 | 1000011 | 1110011 | 100100 | 11001 |
Color Harmonies of #2C5528
Complementary color
Monochromatic Colors of #2C5528
Black with #2C5528
Text Example
Text Example
White with #2C5528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5528; }
p { color: rgb(44,85,40); }
H1.HeaderClassName
{
color: #2C5528;
}
.AnyTagClassName
{
color: #2C5528;
}
</style>
background-color css
<style>
a { background-color: #2C5528; }
a { background-color: rgb(44,85,40); }
div.DivClassName
{
background-color: #2C5528;
}
.BgClassName
{
background-color: #2C5528;
}
</style>
border-color css
<style>
span { border-color: #2C5528; }
span { border-color: rgb(44,85,40); }
td.TdClassName
{
border-color: #2C5528;
}
.TagClassName
{
border-color: #2C5528;
}
</style>