Shades of Parsley #2A552E
Tints of Parsley #2A552E
RGB
CMYK
RGB Variations
Color information
#2A552E (or 0x2A552E) is known color: Parsley. HEX triplet: 2A, 55 and 2E. RGB value is (42,85,46). Sum of RGB (Red+Green+Blue) = 42+85+46=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #2A552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A552E is #D5AAD1. Grayscale: #434343. Windows color (decimal): -14002898 or 3036458. OLE color: 3036458.
HSL color Cylindrical-coordinate representation of color #2A552E: hue angle of 125.58º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A552E is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 85 | 46 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.67 |
| HSL | 125.58º | 0.34% | 0.25% | - |
| HSV(B) | 125.58º | 0.51% | 0.33% | - |
| XYZ | 4.7 | 7.19 | 3.72 | - |
| YUV | 67.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 46 | 0.51 | 0 | 0.46 | 0.67 | 125.58 | 0.34 | 0.25 |
| Hex | 2A | 55 | 2E | 33 | 0 | 2E | 43 | 7E | 22 | 19 |
| Octal | 52 | 125 | 56 | 63 | 0 | 56 | 103 | 176 | 42 | 31 |
| Binary | 101010 | 1010101 | 101110 | 110011 | 0 | 101110 | 1000011 | 1111110 | 100010 | 11001 |
Color Harmonies of #2A552E
Complementary color
Monochromatic Colors of #2A552E
Black with #2A552E
Text Example
Text Example
White with #2A552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A552E; }
p { color: rgb(42,85,46); }
H1.HeaderClassName
{
color: #2A552E;
}
.AnyTagClassName
{
color: #2A552E;
}
</style>
background-color css
<style>
a { background-color: #2A552E; }
a { background-color: rgb(42,85,46); }
div.DivClassName
{
background-color: #2A552E;
}
.BgClassName
{
background-color: #2A552E;
}
</style>
border-color css
<style>
span { border-color: #2A552E; }
span { border-color: rgb(42,85,46); }
td.TdClassName
{
border-color: #2A552E;
}
.TagClassName
{
border-color: #2A552E;
}
</style>