Shades of Parsley #2C592C
Tints of Parsley #2C592C
RGB
CMYK
RGB Variations
Color information
#2C592C (or 0x2C592C) is known color: Parsley. HEX triplet: 2C, 59 and 2C. RGB value is (44,89,44). Sum of RGB (Red+Green+Blue) = 44+89+44=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #2C592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C592C is #D3A6D3. Grayscale: #464646. Windows color (decimal): -13870804 or 2906412. OLE color: 2906412.
HSL color Cylindrical-coordinate representation of color #2C592C: hue angle of 120º 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 #2C592C is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 89 | 44 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.65 |
| HSL | 120º | 0.34% | 0.26% | - |
| HSV(B) | 120º | 0.51% | 0.35% | - |
| XYZ | 5.07 | 7.86 | 3.63 | - |
| YUV | 70.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 44 | 0.51 | 0 | 0.51 | 0.65 | 120 | 0.34 | 0.26 |
| Hex | 2C | 59 | 2C | 33 | 0 | 33 | 41 | 78 | 22 | 1A |
| Octal | 54 | 131 | 54 | 63 | 0 | 63 | 101 | 170 | 42 | 32 |
| Binary | 101100 | 1011001 | 101100 | 110011 | 0 | 110011 | 1000001 | 1111000 | 100010 | 11010 |
Color Harmonies of #2C592C
Complementary color
Monochromatic Colors of #2C592C
Black with #2C592C
Text Example
Text Example
White with #2C592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C592C; }
p { color: rgb(44,89,44); }
H1.HeaderClassName
{
color: #2C592C;
}
.AnyTagClassName
{
color: #2C592C;
}
</style>
background-color css
<style>
a { background-color: #2C592C; }
a { background-color: rgb(44,89,44); }
div.DivClassName
{
background-color: #2C592C;
}
.BgClassName
{
background-color: #2C592C;
}
</style>
border-color css
<style>
span { border-color: #2C592C; }
span { border-color: rgb(44,89,44); }
td.TdClassName
{
border-color: #2C592C;
}
.TagClassName
{
border-color: #2C592C;
}
</style>