Shades of Parsley #2A542D
Tints of Parsley #2A542D
RGB
CMYK
RGB Variations
Color information
#2A542D (or 0x2A542D) is known color: Parsley. HEX triplet: 2A, 54 and 2D. RGB value is (42,84,45). Sum of RGB (Red+Green+Blue) = 42+84+45=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #2A542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A542D is #D5ABD2. Grayscale: #434343. Windows color (decimal): -14003155 or 2970666. OLE color: 2970666.
HSL color Cylindrical-coordinate representation of color #2A542D: hue angle of 124.29º 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 #2A542D is Cyan = 0.5, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 45 | - |
| CMYK | 0.5 | 0 | 0.46 | 0.67 |
| HSL | 124.29º | 0.33% | 0.25% | - |
| HSV(B) | 124.29º | 0.5% | 0.33% | - |
| XYZ | 4.6 | 7.02 | 3.6 | - |
| YUV | 67 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 45 | 0.5 | 0 | 0.46 | 0.67 | 124.29 | 0.33 | 0.25 |
| Hex | 2A | 54 | 2D | 32 | 0 | 2E | 43 | 7C | 21 | 19 |
| Octal | 52 | 124 | 55 | 62 | 0 | 56 | 103 | 174 | 41 | 31 |
| Binary | 101010 | 1010100 | 101101 | 110010 | 0 | 101110 | 1000011 | 1111100 | 100001 | 11001 |
Color Harmonies of #2A542D
Complementary color
Monochromatic Colors of #2A542D
Black with #2A542D
Text Example
Text Example
White with #2A542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A542D; }
p { color: rgb(42,84,45); }
H1.HeaderClassName
{
color: #2A542D;
}
.AnyTagClassName
{
color: #2A542D;
}
</style>
background-color css
<style>
a { background-color: #2A542D; }
a { background-color: rgb(42,84,45); }
div.DivClassName
{
background-color: #2A542D;
}
.BgClassName
{
background-color: #2A542D;
}
</style>
border-color css
<style>
span { border-color: #2A542D; }
span { border-color: rgb(42,84,45); }
td.TdClassName
{
border-color: #2A542D;
}
.TagClassName
{
border-color: #2A542D;
}
</style>