Shades of Parsley #2C5633
Tints of Parsley #2C5633
RGB
CMYK
RGB Variations
Color information
#2C5633 (or 0x2C5633) is known color: Parsley. HEX triplet: 2C, 56 and 33. RGB value is (44,86,51). Sum of RGB (Red+Green+Blue) = 44+86+51=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #2C5633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5633 is #D3A9CC. Grayscale: #454545. Windows color (decimal): -13871565 or 3364396. OLE color: 3364396.
HSL color Cylindrical-coordinate representation of color #2C5633: hue angle of 130º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C5633 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 86 | 51 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.66 |
| HSL | 130º | 0.32% | 0.25% | - |
| HSV(B) | 130º | 0.49% | 0.34% | - |
| XYZ | 4.96 | 7.43 | 4.3 | - |
| YUV | 69.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 51 | 0.49 | 0 | 0.41 | 0.66 | 130 | 0.32 | 0.25 |
| Hex | 2C | 56 | 33 | 31 | 0 | 29 | 42 | 82 | 20 | 19 |
| Octal | 54 | 126 | 63 | 61 | 0 | 51 | 102 | 202 | 40 | 31 |
| Binary | 101100 | 1010110 | 110011 | 110001 | 0 | 101001 | 1000010 | 10000010 | 100000 | 11001 |
Color Harmonies of #2C5633
Complementary color
Monochromatic Colors of #2C5633
Black with #2C5633
Text Example
Text Example
White with #2C5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5633; }
p { color: rgb(44,86,51); }
H1.HeaderClassName
{
color: #2C5633;
}
.AnyTagClassName
{
color: #2C5633;
}
</style>
background-color css
<style>
a { background-color: #2C5633; }
a { background-color: rgb(44,86,51); }
div.DivClassName
{
background-color: #2C5633;
}
.BgClassName
{
background-color: #2C5633;
}
</style>
border-color css
<style>
span { border-color: #2C5633; }
span { border-color: rgb(44,86,51); }
td.TdClassName
{
border-color: #2C5633;
}
.TagClassName
{
border-color: #2C5633;
}
</style>