Shades of Parsley #2C5B35
Tints of Parsley #2C5B35
RGB
CMYK
RGB Variations
Color information
#2C5B35 (or 0x2C5B35) is known color: Parsley. HEX triplet: 2C, 5B and 35. RGB value is (44,91,53). Sum of RGB (Red+Green+Blue) = 44+91+53=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #2C5B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5B35 is #D3A4CA. Grayscale: #484848. Windows color (decimal): -13870283 or 3496748. OLE color: 3496748.
HSL color Cylindrical-coordinate representation of color #2C5B35: hue angle of 131.49º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C5B35 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 91 | 53 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.64 |
| HSL | 131.49º | 0.35% | 0.26% | - |
| HSV(B) | 131.49º | 0.52% | 0.36% | - |
| XYZ | 5.42 | 8.27 | 4.68 | - |
| YUV | 72.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 91 | 53 | 0.52 | 0 | 0.42 | 0.64 | 131.49 | 0.35 | 0.26 |
| Hex | 2C | 5B | 35 | 34 | 0 | 2A | 40 | 83 | 23 | 1A |
| Octal | 54 | 133 | 65 | 64 | 0 | 52 | 100 | 203 | 43 | 32 |
| Binary | 101100 | 1011011 | 110101 | 110100 | 0 | 101010 | 1000000 | 10000011 | 100011 | 11010 |
Color Harmonies of #2C5B35
Complementary color
Monochromatic Colors of #2C5B35
Black with #2C5B35
Text Example
Text Example
White with #2C5B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5B35; }
p { color: rgb(44,91,53); }
H1.HeaderClassName
{
color: #2C5B35;
}
.AnyTagClassName
{
color: #2C5B35;
}
</style>
background-color css
<style>
a { background-color: #2C5B35; }
a { background-color: rgb(44,91,53); }
div.DivClassName
{
background-color: #2C5B35;
}
.BgClassName
{
background-color: #2C5B35;
}
</style>
border-color css
<style>
span { border-color: #2C5B35; }
span { border-color: rgb(44,91,53); }
td.TdClassName
{
border-color: #2C5B35;
}
.TagClassName
{
border-color: #2C5B35;
}
</style>