Shades of Parsley #2C542A
Tints of Parsley #2C542A
RGB
CMYK
RGB Variations
Color information
#2C542A (or 0x2C542A) is known color: Parsley. HEX triplet: 2C, 54 and 2A. RGB value is (44,84,42). Sum of RGB (Red+Green+Blue) = 44+84+42=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #2C542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C542A is #D3ABD5. Grayscale: #434343. Windows color (decimal): -13872086 or 2774060. OLE color: 2774060.
HSL color Cylindrical-coordinate representation of color #2C542A: hue angle of 117.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C542A is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 42 | - |
| CMYK | 0.48 | 0 | 0.5 | 0.67 |
| HSL | 117.14º | 0.33% | 0.25% | - |
| HSV(B) | 117.14º | 0.5% | 0.33% | - |
| XYZ | 4.63 | 7.04 | 3.31 | - |
| YUV | 67.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 42 | 0.48 | 0 | 0.5 | 0.67 | 117.14 | 0.33 | 0.25 |
| Hex | 2C | 54 | 2A | 30 | 0 | 32 | 43 | 75 | 21 | 19 |
| Octal | 54 | 124 | 52 | 60 | 0 | 62 | 103 | 165 | 41 | 31 |
| Binary | 101100 | 1010100 | 101010 | 110000 | 0 | 110010 | 1000011 | 1110101 | 100001 | 11001 |
Color Harmonies of #2C542A
Complementary color
Monochromatic Colors of #2C542A
Black with #2C542A
Text Example
Text Example
White with #2C542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C542A; }
p { color: rgb(44,84,42); }
H1.HeaderClassName
{
color: #2C542A;
}
.AnyTagClassName
{
color: #2C542A;
}
</style>
background-color css
<style>
a { background-color: #2C542A; }
a { background-color: rgb(44,84,42); }
div.DivClassName
{
background-color: #2C542A;
}
.BgClassName
{
background-color: #2C542A;
}
</style>
border-color css
<style>
span { border-color: #2C542A; }
span { border-color: rgb(44,84,42); }
td.TdClassName
{
border-color: #2C542A;
}
.TagClassName
{
border-color: #2C542A;
}
</style>