Shades of Parsley #2A592E
Tints of Parsley #2A592E
RGB
CMYK
RGB Variations
Color information
#2A592E (or 0x2A592E) is known color: Parsley. HEX triplet: 2A, 59 and 2E. RGB value is (42,89,46). Sum of RGB (Red+Green+Blue) = 42+89+46=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #2A592E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A592E is #D5A6D1. Grayscale: #464646. Windows color (decimal): -14001874 or 3037482. OLE color: 3037482.
HSL color Cylindrical-coordinate representation of color #2A592E: hue angle of 125.11º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A592E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 46 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.65 |
| HSL | 125.11º | 0.36% | 0.26% | - |
| HSV(B) | 125.11º | 0.53% | 0.35% | - |
| XYZ | 5.02 | 7.83 | 3.83 | - |
| YUV | 70.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 46 | 0.53 | 0 | 0.48 | 0.65 | 125.11 | 0.36 | 0.26 |
| Hex | 2A | 59 | 2E | 35 | 0 | 30 | 41 | 7D | 24 | 1A |
| Octal | 52 | 131 | 56 | 65 | 0 | 60 | 101 | 175 | 44 | 32 |
| Binary | 101010 | 1011001 | 101110 | 110101 | 0 | 110000 | 1000001 | 1111101 | 100100 | 11010 |
Color Harmonies of #2A592E
Complementary color
Monochromatic Colors of #2A592E
Black with #2A592E
Text Example
Text Example
White with #2A592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A592E; }
p { color: rgb(42,89,46); }
H1.HeaderClassName
{
color: #2A592E;
}
.AnyTagClassName
{
color: #2A592E;
}
</style>
background-color css
<style>
a { background-color: #2A592E; }
a { background-color: rgb(42,89,46); }
div.DivClassName
{
background-color: #2A592E;
}
.BgClassName
{
background-color: #2A592E;
}
</style>
border-color css
<style>
span { border-color: #2A592E; }
span { border-color: rgb(42,89,46); }
td.TdClassName
{
border-color: #2A592E;
}
.TagClassName
{
border-color: #2A592E;
}
</style>