Shades of Parsley #2C5B33
Tints of Parsley #2C5B33
RGB
CMYK
RGB Variations
Color information
#2C5B33 (or 0x2C5B33) is known color: Parsley. HEX triplet: 2C, 5B and 33. RGB value is (44,91,51). Sum of RGB (Red+Green+Blue) = 44+91+51=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #2C5B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5B33 is #D3A4CC. Grayscale: #484848. Windows color (decimal): -13870285 or 3365676. OLE color: 3365676.
HSL color Cylindrical-coordinate representation of color #2C5B33: hue angle of 128.94º 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 #2C5B33 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 91 | 51 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.64 |
| HSL | 128.94º | 0.35% | 0.26% | - |
| HSV(B) | 128.94º | 0.52% | 0.36% | - |
| XYZ | 5.38 | 8.26 | 4.44 | - |
| YUV | 72.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 91 | 51 | 0.52 | 0 | 0.44 | 0.64 | 128.94 | 0.35 | 0.26 |
| Hex | 2C | 5B | 33 | 34 | 0 | 2C | 40 | 81 | 23 | 1A |
| Octal | 54 | 133 | 63 | 64 | 0 | 54 | 100 | 201 | 43 | 32 |
| Binary | 101100 | 1011011 | 110011 | 110100 | 0 | 101100 | 1000000 | 10000001 | 100011 | 11010 |
Color Harmonies of #2C5B33
Complementary color
Monochromatic Colors of #2C5B33
Black with #2C5B33
Text Example
Text Example
White with #2C5B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5B33; }
p { color: rgb(44,91,51); }
H1.HeaderClassName
{
color: #2C5B33;
}
.AnyTagClassName
{
color: #2C5B33;
}
</style>
background-color css
<style>
a { background-color: #2C5B33; }
a { background-color: rgb(44,91,51); }
div.DivClassName
{
background-color: #2C5B33;
}
.BgClassName
{
background-color: #2C5B33;
}
</style>
border-color css
<style>
span { border-color: #2C5B33; }
span { border-color: rgb(44,91,51); }
td.TdClassName
{
border-color: #2C5B33;
}
.TagClassName
{
border-color: #2C5B33;
}
</style>