Shades of Parsley #2E542D
Tints of Parsley #2E542D
RGB
CMYK
RGB Variations
Color information
#2E542D (or 0x2E542D) is known color: Parsley. HEX triplet: 2E, 54 and 2D. RGB value is (46,84,45). Sum of RGB (Red+Green+Blue) = 46+84+45=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #2E542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E542D is #D1ABD2. Grayscale: #444444. Windows color (decimal): -13741011 or 2970670. OLE color: 2970670.
HSL color Cylindrical-coordinate representation of color #2E542D: hue angle of 118.46º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E542D is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 45 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.67 |
| HSL | 118.46º | 0.3% | 0.25% | - |
| HSV(B) | 118.46º | 0.46% | 0.33% | - |
| XYZ | 4.77 | 7.11 | 3.6 | - |
| YUV | 68.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 45 | 0.45 | 0 | 0.46 | 0.67 | 118.46 | 0.3 | 0.25 |
| Hex | 2E | 54 | 2D | 2D | 0 | 2E | 43 | 76 | 1E | 19 |
| Octal | 56 | 124 | 55 | 55 | 0 | 56 | 103 | 166 | 36 | 31 |
| Binary | 101110 | 1010100 | 101101 | 101101 | 0 | 101110 | 1000011 | 1110110 | 11110 | 11001 |
Color Harmonies of #2E542D
Complementary color
Monochromatic Colors of #2E542D
Black with #2E542D
Text Example
Text Example
White with #2E542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E542D; }
p { color: rgb(46,84,45); }
H1.HeaderClassName
{
color: #2E542D;
}
.AnyTagClassName
{
color: #2E542D;
}
</style>
background-color css
<style>
a { background-color: #2E542D; }
a { background-color: rgb(46,84,45); }
div.DivClassName
{
background-color: #2E542D;
}
.BgClassName
{
background-color: #2E542D;
}
</style>
border-color css
<style>
span { border-color: #2E542D; }
span { border-color: rgb(46,84,45); }
td.TdClassName
{
border-color: #2E542D;
}
.TagClassName
{
border-color: #2E542D;
}
</style>