Shades of Parsley #2E582C
Tints of Parsley #2E582C
RGB
CMYK
RGB Variations
Color information
#2E582C (or 0x2E582C) is known color: Parsley. HEX triplet: 2E, 58 and 2C. RGB value is (46,88,44). Sum of RGB (Red+Green+Blue) = 46+88+44=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #2E582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E582C is #D1A7D3. Grayscale: #464646. Windows color (decimal): -13739988 or 2906158. OLE color: 2906158.
HSL color Cylindrical-coordinate representation of color #2E582C: hue angle of 117.27º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E582C is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 88 | 44 | - |
| CMYK | 0.48 | 0 | 0.5 | 0.65 |
| HSL | 117.27º | 0.33% | 0.26% | - |
| HSV(B) | 117.27º | 0.5% | 0.35% | - |
| XYZ | 5.07 | 7.74 | 3.61 | - |
| YUV | 70.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 44 | 0.48 | 0 | 0.5 | 0.65 | 117.27 | 0.33 | 0.26 |
| Hex | 2E | 58 | 2C | 30 | 0 | 32 | 41 | 75 | 21 | 1A |
| Octal | 56 | 130 | 54 | 60 | 0 | 62 | 101 | 165 | 41 | 32 |
| Binary | 101110 | 1011000 | 101100 | 110000 | 0 | 110010 | 1000001 | 1110101 | 100001 | 11010 |
Color Harmonies of #2E582C
Complementary color
Monochromatic Colors of #2E582C
Black with #2E582C
Text Example
Text Example
White with #2E582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E582C; }
p { color: rgb(46,88,44); }
H1.HeaderClassName
{
color: #2E582C;
}
.AnyTagClassName
{
color: #2E582C;
}
</style>
background-color css
<style>
a { background-color: #2E582C; }
a { background-color: rgb(46,88,44); }
div.DivClassName
{
background-color: #2E582C;
}
.BgClassName
{
background-color: #2E582C;
}
</style>
border-color css
<style>
span { border-color: #2E582C; }
span { border-color: rgb(46,88,44); }
td.TdClassName
{
border-color: #2E582C;
}
.TagClassName
{
border-color: #2E582C;
}
</style>