Shades of Parsley #2C5A32
Tints of Parsley #2C5A32
RGB
CMYK
RGB Variations
Color information
#2C5A32 (or 0x2C5A32) is known color: Parsley. HEX triplet: 2C, 5A and 32. RGB value is (44,90,50). Sum of RGB (Red+Green+Blue) = 44+90+50=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #2C5A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5A32 is #D3A5CD. Grayscale: #474747. Windows color (decimal): -13870542 or 3299884. OLE color: 3299884.
HSL color Cylindrical-coordinate representation of color #2C5A32: hue angle of 127.83º 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 #2C5A32 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 90 | 50 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.65 |
| HSL | 127.83º | 0.34% | 0.26% | - |
| HSV(B) | 127.83º | 0.51% | 0.35% | - |
| XYZ | 5.27 | 8.08 | 4.3 | - |
| YUV | 71.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 50 | 0.51 | 0 | 0.44 | 0.65 | 127.83 | 0.34 | 0.26 |
| Hex | 2C | 5A | 32 | 33 | 0 | 2C | 41 | 80 | 22 | 1A |
| Octal | 54 | 132 | 62 | 63 | 0 | 54 | 101 | 200 | 42 | 32 |
| Binary | 101100 | 1011010 | 110010 | 110011 | 0 | 101100 | 1000001 | 10000000 | 100010 | 11010 |
Color Harmonies of #2C5A32
Complementary color
Monochromatic Colors of #2C5A32
Black with #2C5A32
Text Example
Text Example
White with #2C5A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5A32; }
p { color: rgb(44,90,50); }
H1.HeaderClassName
{
color: #2C5A32;
}
.AnyTagClassName
{
color: #2C5A32;
}
</style>
background-color css
<style>
a { background-color: #2C5A32; }
a { background-color: rgb(44,90,50); }
div.DivClassName
{
background-color: #2C5A32;
}
.BgClassName
{
background-color: #2C5A32;
}
</style>
border-color css
<style>
span { border-color: #2C5A32; }
span { border-color: rgb(44,90,50); }
td.TdClassName
{
border-color: #2C5A32;
}
.TagClassName
{
border-color: #2C5A32;
}
</style>