Shades of Parsley #2C5331
Tints of Parsley #2C5331
RGB
CMYK
RGB Variations
Color information
#2C5331 (or 0x2C5331) is known color: Parsley. HEX triplet: 2C, 53 and 31. RGB value is (44,83,49). Sum of RGB (Red+Green+Blue) = 44+83+49=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5331 is #D3ACCE. Grayscale: #434343. Windows color (decimal): -13872335 or 3232556. OLE color: 3232556.
HSL color Cylindrical-coordinate representation of color #2C5331: hue angle of 127.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C5331 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 83 | 49 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.67 |
| HSL | 127.69º | 0.31% | 0.25% | - |
| HSV(B) | 127.69º | 0.47% | 0.33% | - |
| XYZ | 4.69 | 6.94 | 4 | - |
| YUV | 67.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 49 | 0.47 | 0 | 0.41 | 0.67 | 127.69 | 0.31 | 0.25 |
| Hex | 2C | 53 | 31 | 2F | 0 | 29 | 43 | 80 | 1F | 19 |
| Octal | 54 | 123 | 61 | 57 | 0 | 51 | 103 | 200 | 37 | 31 |
| Binary | 101100 | 1010011 | 110001 | 101111 | 0 | 101001 | 1000011 | 10000000 | 11111 | 11001 |
Color Harmonies of #2C5331
Complementary color
Monochromatic Colors of #2C5331
Black with #2C5331
Text Example
Text Example
White with #2C5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5331; }
p { color: rgb(44,83,49); }
H1.HeaderClassName
{
color: #2C5331;
}
.AnyTagClassName
{
color: #2C5331;
}
</style>
background-color css
<style>
a { background-color: #2C5331; }
a { background-color: rgb(44,83,49); }
div.DivClassName
{
background-color: #2C5331;
}
.BgClassName
{
background-color: #2C5331;
}
</style>
border-color css
<style>
span { border-color: #2C5331; }
span { border-color: rgb(44,83,49); }
td.TdClassName
{
border-color: #2C5331;
}
.TagClassName
{
border-color: #2C5331;
}
</style>