Shades of Parsley #2A5132
Tints of Parsley #2A5132
RGB
CMYK
RGB Variations
Color information
#2A5132 (or 0x2A5132) is known color: Parsley. HEX triplet: 2A, 51 and 32. RGB value is (42,81,50). Sum of RGB (Red+Green+Blue) = 42+81+50=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #2A5132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5132 is #D5AECD. Grayscale: #414141. Windows color (decimal): -14003918 or 3297578. OLE color: 3297578.
HSL color Cylindrical-coordinate representation of color #2A5132: hue angle of 132.31º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A5132 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 50 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.68 |
| HSL | 132.31º | 0.32% | 0.24% | - |
| HSV(B) | 132.31º | 0.48% | 0.32% | - |
| XYZ | 4.47 | 6.61 | 4.06 | - |
| YUV | 65.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 50 | 0.48 | 0 | 0.38 | 0.68 | 132.31 | 0.32 | 0.24 |
| Hex | 2A | 51 | 32 | 30 | 0 | 26 | 44 | 84 | 20 | 18 |
| Octal | 52 | 121 | 62 | 60 | 0 | 46 | 104 | 204 | 40 | 30 |
| Binary | 101010 | 1010001 | 110010 | 110000 | 0 | 100110 | 1000100 | 10000100 | 100000 | 11000 |
Color Harmonies of #2A5132
Complementary color
Monochromatic Colors of #2A5132
Black with #2A5132
Text Example
Text Example
White with #2A5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5132; }
p { color: rgb(42,81,50); }
H1.HeaderClassName
{
color: #2A5132;
}
.AnyTagClassName
{
color: #2A5132;
}
</style>
background-color css
<style>
a { background-color: #2A5132; }
a { background-color: rgb(42,81,50); }
div.DivClassName
{
background-color: #2A5132;
}
.BgClassName
{
background-color: #2A5132;
}
</style>
border-color css
<style>
span { border-color: #2A5132; }
span { border-color: rgb(42,81,50); }
td.TdClassName
{
border-color: #2A5132;
}
.TagClassName
{
border-color: #2A5132;
}
</style>