Shades of Parsley #2E502C
Tints of Parsley #2E502C
RGB
CMYK
RGB Variations
Color information
#2E502C (or 0x2E502C) is known color: Parsley. HEX triplet: 2E, 50 and 2C. RGB value is (46,80,44). Sum of RGB (Red+Green+Blue) = 46+80+44=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #2E502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E502C is #D1AFD3. Grayscale: #414141. Windows color (decimal): -13742036 or 2904110. OLE color: 2904110.
HSL color Cylindrical-coordinate representation of color #2E502C: hue angle of 116.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E502C is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 44 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.69 |
| HSL | 116.67º | 0.29% | 0.24% | - |
| HSV(B) | 116.67º | 0.45% | 0.31% | - |
| XYZ | 4.45 | 6.5 | 3.4 | - |
| YUV | 65.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 44 | 0.42 | 0 | 0.45 | 0.69 | 116.67 | 0.29 | 0.24 |
| Hex | 2E | 50 | 2C | 2A | 0 | 2D | 45 | 75 | 1D | 18 |
| Octal | 56 | 120 | 54 | 52 | 0 | 55 | 105 | 165 | 35 | 30 |
| Binary | 101110 | 1010000 | 101100 | 101010 | 0 | 101101 | 1000101 | 1110101 | 11101 | 11000 |
Color Harmonies of #2E502C
Complementary color
Monochromatic Colors of #2E502C
Black with #2E502C
Text Example
Text Example
White with #2E502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E502C; }
p { color: rgb(46,80,44); }
H1.HeaderClassName
{
color: #2E502C;
}
.AnyTagClassName
{
color: #2E502C;
}
</style>
background-color css
<style>
a { background-color: #2E502C; }
a { background-color: rgb(46,80,44); }
div.DivClassName
{
background-color: #2E502C;
}
.BgClassName
{
background-color: #2E502C;
}
</style>
border-color css
<style>
span { border-color: #2E502C; }
span { border-color: rgb(46,80,44); }
td.TdClassName
{
border-color: #2E502C;
}
.TagClassName
{
border-color: #2E502C;
}
</style>