Shades of Parsley #2E572A
Tints of Parsley #2E572A
RGB
CMYK
RGB Variations
Color information
#2E572A (or 0x2E572A) is known color: Parsley. HEX triplet: 2E, 57 and 2A. RGB value is (46,87,42). Sum of RGB (Red+Green+Blue) = 46+87+42=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #2E572A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E572A is #D1A8D5. Grayscale: #454545. Windows color (decimal): -13740246 or 2774830. OLE color: 2774830.
HSL color Cylindrical-coordinate representation of color #2E572A: hue angle of 114.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 #2E572A is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 87 | 42 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.66 |
| HSL | 114.67º | 0.35% | 0.25% | - |
| HSV(B) | 114.67º | 0.52% | 0.34% | - |
| XYZ | 4.95 | 7.56 | 3.39 | - |
| YUV | 69.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 42 | 0.47 | 0 | 0.52 | 0.66 | 114.67 | 0.35 | 0.25 |
| Hex | 2E | 57 | 2A | 2F | 0 | 34 | 42 | 73 | 23 | 19 |
| Octal | 56 | 127 | 52 | 57 | 0 | 64 | 102 | 163 | 43 | 31 |
| Binary | 101110 | 1010111 | 101010 | 101111 | 0 | 110100 | 1000010 | 1110011 | 100011 | 11001 |
Color Harmonies of #2E572A
Complementary color
Monochromatic Colors of #2E572A
Black with #2E572A
Text Example
Text Example
White with #2E572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E572A; }
p { color: rgb(46,87,42); }
H1.HeaderClassName
{
color: #2E572A;
}
.AnyTagClassName
{
color: #2E572A;
}
</style>
background-color css
<style>
a { background-color: #2E572A; }
a { background-color: rgb(46,87,42); }
div.DivClassName
{
background-color: #2E572A;
}
.BgClassName
{
background-color: #2E572A;
}
</style>
border-color css
<style>
span { border-color: #2E572A; }
span { border-color: rgb(46,87,42); }
td.TdClassName
{
border-color: #2E572A;
}
.TagClassName
{
border-color: #2E572A;
}
</style>