Shades of Parsley #2A5632
Tints of Parsley #2A5632
RGB
CMYK
RGB Variations
Color information
#2A5632 (or 0x2A5632) is known color: Parsley. HEX triplet: 2A, 56 and 32. RGB value is (42,86,50). Sum of RGB (Red+Green+Blue) = 42+86+50=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #2A5632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5632 is #D5A9CD. Grayscale: #444444. Windows color (decimal): -14002638 or 3298858. OLE color: 3298858.
HSL color Cylindrical-coordinate representation of color #2A5632: hue angle of 130.91º 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 #2A5632 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 86 | 50 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.66 |
| HSL | 130.91º | 0.34% | 0.25% | - |
| HSV(B) | 130.91º | 0.51% | 0.34% | - |
| XYZ | 4.86 | 7.38 | 4.19 | - |
| YUV | 68.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 50 | 0.51 | 0 | 0.42 | 0.66 | 130.91 | 0.34 | 0.25 |
| Hex | 2A | 56 | 32 | 33 | 0 | 2A | 42 | 83 | 22 | 19 |
| Octal | 52 | 126 | 62 | 63 | 0 | 52 | 102 | 203 | 42 | 31 |
| Binary | 101010 | 1010110 | 110010 | 110011 | 0 | 101010 | 1000010 | 10000011 | 100010 | 11001 |
Color Harmonies of #2A5632
Complementary color
Monochromatic Colors of #2A5632
Black with #2A5632
Text Example
Text Example
White with #2A5632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5632; }
p { color: rgb(42,86,50); }
H1.HeaderClassName
{
color: #2A5632;
}
.AnyTagClassName
{
color: #2A5632;
}
</style>
background-color css
<style>
a { background-color: #2A5632; }
a { background-color: rgb(42,86,50); }
div.DivClassName
{
background-color: #2A5632;
}
.BgClassName
{
background-color: #2A5632;
}
</style>
border-color css
<style>
span { border-color: #2A5632; }
span { border-color: rgb(42,86,50); }
td.TdClassName
{
border-color: #2A5632;
}
.TagClassName
{
border-color: #2A5632;
}
</style>