Shades of Parsley #2E4E32
Tints of Parsley #2E4E32
RGB
CMYK
RGB Variations
Color information
#2E4E32 (or 0x2E4E32) is known color: Parsley. HEX triplet: 2E, 4E and 32. RGB value is (46,78,50). Sum of RGB (Red+Green+Blue) = 46+78+50=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E32 is #D1B1CD. Grayscale: #414141. Windows color (decimal): -13742542 or 3296814. OLE color: 3296814.
HSL color Cylindrical-coordinate representation of color #2E4E32: hue angle of 127.5º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E4E32 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 78 | 50 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.69 |
| HSL | 127.5º | 0.26% | 0.24% | - |
| HSV(B) | 127.5º | 0.41% | 0.31% | - |
| XYZ | 4.43 | 6.26 | 3.99 | - |
| YUV | 65.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 50 | 0.41 | 0 | 0.36 | 0.69 | 127.5 | 0.26 | 0.24 |
| Hex | 2E | 4E | 32 | 29 | 0 | 24 | 45 | 80 | 1A | 18 |
| Octal | 56 | 116 | 62 | 51 | 0 | 44 | 105 | 200 | 32 | 30 |
| Binary | 101110 | 1001110 | 110010 | 101001 | 0 | 100100 | 1000101 | 10000000 | 11010 | 11000 |
Color Harmonies of #2E4E32
Complementary color
Monochromatic Colors of #2E4E32
Black with #2E4E32
Text Example
Text Example
White with #2E4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E32; }
p { color: rgb(46,78,50); }
H1.HeaderClassName
{
color: #2E4E32;
}
.AnyTagClassName
{
color: #2E4E32;
}
</style>
background-color css
<style>
a { background-color: #2E4E32; }
a { background-color: rgb(46,78,50); }
div.DivClassName
{
background-color: #2E4E32;
}
.BgClassName
{
background-color: #2E4E32;
}
</style>
border-color css
<style>
span { border-color: #2E4E32; }
span { border-color: rgb(46,78,50); }
td.TdClassName
{
border-color: #2E4E32;
}
.TagClassName
{
border-color: #2E4E32;
}
</style>