Shades of Parsley #2A582E
Tints of Parsley #2A582E
RGB
CMYK
RGB Variations
Color information
#2A582E (or 0x2A582E) is known color: Parsley. HEX triplet: 2A, 58 and 2E. RGB value is (42,88,46). Sum of RGB (Red+Green+Blue) = 42+88+46=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #2A582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A582E is #D5A7D1. Grayscale: #454545. Windows color (decimal): -14002130 or 3037226. OLE color: 3037226.
HSL color Cylindrical-coordinate representation of color #2A582E: hue angle of 125.22º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A582E is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 46 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.65 |
| HSL | 125.22º | 0.35% | 0.25% | - |
| HSV(B) | 125.22º | 0.52% | 0.35% | - |
| XYZ | 4.94 | 7.67 | 3.8 | - |
| YUV | 69.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 46 | 0.52 | 0 | 0.48 | 0.65 | 125.22 | 0.35 | 0.25 |
| Hex | 2A | 58 | 2E | 34 | 0 | 30 | 41 | 7D | 23 | 19 |
| Octal | 52 | 130 | 56 | 64 | 0 | 60 | 101 | 175 | 43 | 31 |
| Binary | 101010 | 1011000 | 101110 | 110100 | 0 | 110000 | 1000001 | 1111101 | 100011 | 11001 |
Color Harmonies of #2A582E
Complementary color
Monochromatic Colors of #2A582E
Black with #2A582E
Text Example
Text Example
White with #2A582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A582E; }
p { color: rgb(42,88,46); }
H1.HeaderClassName
{
color: #2A582E;
}
.AnyTagClassName
{
color: #2A582E;
}
</style>
background-color css
<style>
a { background-color: #2A582E; }
a { background-color: rgb(42,88,46); }
div.DivClassName
{
background-color: #2A582E;
}
.BgClassName
{
background-color: #2A582E;
}
</style>
border-color css
<style>
span { border-color: #2A582E; }
span { border-color: rgb(42,88,46); }
td.TdClassName
{
border-color: #2A582E;
}
.TagClassName
{
border-color: #2A582E;
}
</style>