Shades of Parsley #2C542D
Tints of Parsley #2C542D
RGB
CMYK
RGB Variations
Color information
#2C542D (or 0x2C542D) is known color: Parsley. HEX triplet: 2C, 54 and 2D. RGB value is (44,84,45). Sum of RGB (Red+Green+Blue) = 44+84+45=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #2C542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C542D is #D3ABD2. Grayscale: #434343. Windows color (decimal): -13872083 or 2970668. OLE color: 2970668.
HSL color Cylindrical-coordinate representation of color #2C542D: hue angle of 121.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C542D is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 45 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.67 |
| HSL | 121.5º | 0.31% | 0.25% | - |
| HSV(B) | 121.5º | 0.48% | 0.33% | - |
| XYZ | 4.68 | 7.07 | 3.6 | - |
| YUV | 67.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 45 | 0.48 | 0 | 0.46 | 0.67 | 121.5 | 0.31 | 0.25 |
| Hex | 2C | 54 | 2D | 30 | 0 | 2E | 43 | 7A | 1F | 19 |
| Octal | 54 | 124 | 55 | 60 | 0 | 56 | 103 | 172 | 37 | 31 |
| Binary | 101100 | 1010100 | 101101 | 110000 | 0 | 101110 | 1000011 | 1111010 | 11111 | 11001 |
Color Harmonies of #2C542D
Complementary color
Monochromatic Colors of #2C542D
Black with #2C542D
Text Example
Text Example
White with #2C542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C542D; }
p { color: rgb(44,84,45); }
H1.HeaderClassName
{
color: #2C542D;
}
.AnyTagClassName
{
color: #2C542D;
}
</style>
background-color css
<style>
a { background-color: #2C542D; }
a { background-color: rgb(44,84,45); }
div.DivClassName
{
background-color: #2C542D;
}
.BgClassName
{
background-color: #2C542D;
}
</style>
border-color css
<style>
span { border-color: #2C542D; }
span { border-color: rgb(44,84,45); }
td.TdClassName
{
border-color: #2C542D;
}
.TagClassName
{
border-color: #2C542D;
}
</style>