Shades of Parsley #2A5432
Tints of Parsley #2A5432
RGB
CMYK
RGB Variations
Color information
#2A5432 (or 0x2A5432) is known color: Parsley. HEX triplet: 2A, 54 and 32. RGB value is (42,84,50). Sum of RGB (Red+Green+Blue) = 42+84+50=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5432 is #D5ABCD. Grayscale: #434343. Windows color (decimal): -14003150 or 3298346. OLE color: 3298346.
HSL color Cylindrical-coordinate representation of color #2A5432: hue angle of 131.43º 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 #2A5432 is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 50 | - |
| CMYK | 0.5 | 0 | 0.40 | 0.67 |
| HSL | 131.43º | 0.33% | 0.25% | - |
| HSV(B) | 131.43º | 0.5% | 0.33% | - |
| XYZ | 4.7 | 7.06 | 4.13 | - |
| YUV | 67.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 50 | 0.5 | 0 | 0.40 | 0.67 | 131.43 | 0.33 | 0.25 |
| Hex | 2A | 54 | 32 | 32 | 0 | 28 | 43 | 83 | 21 | 19 |
| Octal | 52 | 124 | 62 | 62 | 0 | 50 | 103 | 203 | 41 | 31 |
| Binary | 101010 | 1010100 | 110010 | 110010 | 0 | 101000 | 1000011 | 10000011 | 100001 | 11001 |
Color Harmonies of #2A5432
Complementary color
Monochromatic Colors of #2A5432
Black with #2A5432
Text Example
Text Example
White with #2A5432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5432; }
p { color: rgb(42,84,50); }
H1.HeaderClassName
{
color: #2A5432;
}
.AnyTagClassName
{
color: #2A5432;
}
</style>
background-color css
<style>
a { background-color: #2A5432; }
a { background-color: rgb(42,84,50); }
div.DivClassName
{
background-color: #2A5432;
}
.BgClassName
{
background-color: #2A5432;
}
</style>
border-color css
<style>
span { border-color: #2A5432; }
span { border-color: rgb(42,84,50); }
td.TdClassName
{
border-color: #2A5432;
}
.TagClassName
{
border-color: #2A5432;
}
</style>