Shades of Parsley #2A572C
Tints of Parsley #2A572C
RGB
CMYK
RGB Variations
Color information
#2A572C (or 0x2A572C) is known color: Parsley. HEX triplet: 2A, 57 and 2C. RGB value is (42,87,44). Sum of RGB (Red+Green+Blue) = 42+87+44=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #2A572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A572C is #D5A8D3. Grayscale: #444444. Windows color (decimal): -14002388 or 2905898. OLE color: 2905898.
HSL color Cylindrical-coordinate representation of color #2A572C: hue angle of 122.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A572C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 87 | 44 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.66 |
| HSL | 122.67º | 0.35% | 0.25% | - |
| HSV(B) | 122.67º | 0.52% | 0.34% | - |
| XYZ | 4.82 | 7.49 | 3.57 | - |
| YUV | 68.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 44 | 0.52 | 0 | 0.49 | 0.66 | 122.67 | 0.35 | 0.25 |
| Hex | 2A | 57 | 2C | 34 | 0 | 31 | 42 | 7B | 23 | 19 |
| Octal | 52 | 127 | 54 | 64 | 0 | 61 | 102 | 173 | 43 | 31 |
| Binary | 101010 | 1010111 | 101100 | 110100 | 0 | 110001 | 1000010 | 1111011 | 100011 | 11001 |
Color Harmonies of #2A572C
Complementary color
Monochromatic Colors of #2A572C
Black with #2A572C
Text Example
Text Example
White with #2A572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A572C; }
p { color: rgb(42,87,44); }
H1.HeaderClassName
{
color: #2A572C;
}
.AnyTagClassName
{
color: #2A572C;
}
</style>
background-color css
<style>
a { background-color: #2A572C; }
a { background-color: rgb(42,87,44); }
div.DivClassName
{
background-color: #2A572C;
}
.BgClassName
{
background-color: #2A572C;
}
</style>
border-color css
<style>
span { border-color: #2A572C; }
span { border-color: rgb(42,87,44); }
td.TdClassName
{
border-color: #2A572C;
}
.TagClassName
{
border-color: #2A572C;
}
</style>