Shades of Parsley #2A5329
Tints of Parsley #2A5329
RGB
CMYK
RGB Variations
Color information
#2A5329 (or 0x2A5329) is known color: Parsley. HEX triplet: 2A, 53 and 29. RGB value is (42,83,41). Sum of RGB (Red+Green+Blue) = 42+83+41=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5329 is #D5ACD6. Grayscale: #424242. Windows color (decimal): -14003415 or 2708266. OLE color: 2708266.
HSL color Cylindrical-coordinate representation of color #2A5329: hue angle of 118.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A5329 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 41 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.67 |
| HSL | 118.57º | 0.34% | 0.24% | - |
| HSV(B) | 118.57º | 0.51% | 0.33% | - |
| XYZ | 4.45 | 6.84 | 3.18 | - |
| YUV | 65.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 41 | 0.49 | 0 | 0.51 | 0.67 | 118.57 | 0.34 | 0.24 |
| Hex | 2A | 53 | 29 | 31 | 0 | 33 | 43 | 77 | 22 | 18 |
| Octal | 52 | 123 | 51 | 61 | 0 | 63 | 103 | 167 | 42 | 30 |
| Binary | 101010 | 1010011 | 101001 | 110001 | 0 | 110011 | 1000011 | 1110111 | 100010 | 11000 |
Color Harmonies of #2A5329
Complementary color
Monochromatic Colors of #2A5329
Black with #2A5329
Text Example
Text Example
White with #2A5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5329; }
p { color: rgb(42,83,41); }
H1.HeaderClassName
{
color: #2A5329;
}
.AnyTagClassName
{
color: #2A5329;
}
</style>
background-color css
<style>
a { background-color: #2A5329; }
a { background-color: rgb(42,83,41); }
div.DivClassName
{
background-color: #2A5329;
}
.BgClassName
{
background-color: #2A5329;
}
</style>
border-color css
<style>
span { border-color: #2A5329; }
span { border-color: rgb(42,83,41); }
td.TdClassName
{
border-color: #2A5329;
}
.TagClassName
{
border-color: #2A5329;
}
</style>