Shades of Parsley #2E4D31
Tints of Parsley #2E4D31
RGB
CMYK
RGB Variations
Color information
#2E4D31 (or 0x2E4D31) is known color: Parsley. HEX triplet: 2E, 4D and 31. RGB value is (46,77,49). Sum of RGB (Red+Green+Blue) = 46+77+49=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D31 is #D1B2CE. Grayscale: #404040. Windows color (decimal): -13742799 or 3231022. OLE color: 3231022.
HSL color Cylindrical-coordinate representation of color #2E4D31: hue angle of 125.81º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E4D31 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 77 | 49 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.70 |
| HSL | 125.81º | 0.25% | 0.24% | - |
| HSV(B) | 125.81º | 0.4% | 0.3% | - |
| XYZ | 4.33 | 6.11 | 3.86 | - |
| YUV | 64.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 49 | 0.40 | 0 | 0.36 | 0.70 | 125.81 | 0.25 | 0.24 |
| Hex | 2E | 4D | 31 | 28 | 0 | 24 | 46 | 7E | 19 | 18 |
| Octal | 56 | 115 | 61 | 50 | 0 | 44 | 106 | 176 | 31 | 30 |
| Binary | 101110 | 1001101 | 110001 | 101000 | 0 | 100100 | 1000110 | 1111110 | 11001 | 11000 |
Color Harmonies of #2E4D31
Complementary color
Monochromatic Colors of #2E4D31
Black with #2E4D31
Text Example
Text Example
White with #2E4D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4D31; }
p { color: rgb(46,77,49); }
H1.HeaderClassName
{
color: #2E4D31;
}
.AnyTagClassName
{
color: #2E4D31;
}
</style>
background-color css
<style>
a { background-color: #2E4D31; }
a { background-color: rgb(46,77,49); }
div.DivClassName
{
background-color: #2E4D31;
}
.BgClassName
{
background-color: #2E4D31;
}
</style>
border-color css
<style>
span { border-color: #2E4D31; }
span { border-color: rgb(46,77,49); }
td.TdClassName
{
border-color: #2E4D31;
}
.TagClassName
{
border-color: #2E4D31;
}
</style>