Shades of Parsley #2A5634
Tints of Parsley #2A5634
RGB
CMYK
RGB Variations
Color information
#2A5634 (or 0x2A5634) is known color: Parsley. HEX triplet: 2A, 56 and 34. RGB value is (42,86,52). Sum of RGB (Red+Green+Blue) = 42+86+52=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #2A5634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5634 is #D5A9CB. Grayscale: #454545. Windows color (decimal): -14002636 or 3429930. OLE color: 3429930.
HSL color Cylindrical-coordinate representation of color #2A5634: hue angle of 133.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A5634 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 86 | 52 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.66 |
| HSL | 133.64º | 0.34% | 0.25% | - |
| HSV(B) | 133.64º | 0.51% | 0.34% | - |
| XYZ | 4.9 | 7.4 | 4.42 | - |
| YUV | 68.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 52 | 0.51 | 0 | 0.40 | 0.66 | 133.64 | 0.34 | 0.25 |
| Hex | 2A | 56 | 34 | 33 | 0 | 28 | 42 | 86 | 22 | 19 |
| Octal | 52 | 126 | 64 | 63 | 0 | 50 | 102 | 206 | 42 | 31 |
| Binary | 101010 | 1010110 | 110100 | 110011 | 0 | 101000 | 1000010 | 10000110 | 100010 | 11001 |
Color Harmonies of #2A5634
Complementary color
Monochromatic Colors of #2A5634
Black with #2A5634
Text Example
Text Example
White with #2A5634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5634; }
p { color: rgb(42,86,52); }
H1.HeaderClassName
{
color: #2A5634;
}
.AnyTagClassName
{
color: #2A5634;
}
</style>
background-color css
<style>
a { background-color: #2A5634; }
a { background-color: rgb(42,86,52); }
div.DivClassName
{
background-color: #2A5634;
}
.BgClassName
{
background-color: #2A5634;
}
</style>
border-color css
<style>
span { border-color: #2A5634; }
span { border-color: rgb(42,86,52); }
td.TdClassName
{
border-color: #2A5634;
}
.TagClassName
{
border-color: #2A5634;
}
</style>