Shades of Parsley #2A542F
Tints of Parsley #2A542F
RGB
CMYK
RGB Variations
Color information
#2A542F (or 0x2A542F) is known color: Parsley. HEX triplet: 2A, 54 and 2F. RGB value is (42,84,47). Sum of RGB (Red+Green+Blue) = 42+84+47=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #2A542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A542F is #D5ABD0. Grayscale: #434343. Windows color (decimal): -14003153 or 3101738. OLE color: 3101738.
HSL color Cylindrical-coordinate representation of color #2A542F: hue angle of 127.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 #2A542F is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 47 | - |
| CMYK | 0.5 | 0 | 0.44 | 0.67 |
| HSL | 127.14º | 0.33% | 0.25% | - |
| HSV(B) | 127.14º | 0.5% | 0.33% | - |
| XYZ | 4.64 | 7.04 | 3.8 | - |
| YUV | 67.22 | 116.59 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 47 | 0.5 | 0 | 0.44 | 0.67 | 127.14 | 0.33 | 0.25 |
| Hex | 2A | 54 | 2F | 32 | 0 | 2C | 43 | 7F | 21 | 19 |
| Octal | 52 | 124 | 57 | 62 | 0 | 54 | 103 | 177 | 41 | 31 |
| Binary | 101010 | 1010100 | 101111 | 110010 | 0 | 101100 | 1000011 | 1111111 | 100001 | 11001 |
Color Harmonies of #2A542F
Complementary color
Monochromatic Colors of #2A542F
Black with #2A542F
Text Example
Text Example
White with #2A542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A542F; }
p { color: rgb(42,84,47); }
H1.HeaderClassName
{
color: #2A542F;
}
.AnyTagClassName
{
color: #2A542F;
}
</style>
background-color css
<style>
a { background-color: #2A542F; }
a { background-color: rgb(42,84,47); }
div.DivClassName
{
background-color: #2A542F;
}
.BgClassName
{
background-color: #2A542F;
}
</style>
border-color css
<style>
span { border-color: #2A542F; }
span { border-color: rgb(42,84,47); }
td.TdClassName
{
border-color: #2A542F;
}
.TagClassName
{
border-color: #2A542F;
}
</style>