Shades of Parsley #2E5431
Tints of Parsley #2E5431
RGB
CMYK
RGB Variations
Color information
#2E5431 (or 0x2E5431) is known color: Parsley. HEX triplet: 2E, 54 and 31. RGB value is (46,84,49). Sum of RGB (Red+Green+Blue) = 46+84+49=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5431 is #D1ABCE. Grayscale: #444444. Windows color (decimal): -13741007 or 3232814. OLE color: 3232814.
HSL color Cylindrical-coordinate representation of color #2E5431: hue angle of 124.74º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E5431 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 49 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.67 |
| HSL | 124.74º | 0.29% | 0.25% | - |
| HSV(B) | 124.74º | 0.45% | 0.33% | - |
| XYZ | 4.85 | 7.14 | 4.03 | - |
| YUV | 68.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 49 | 0.45 | 0 | 0.42 | 0.67 | 124.74 | 0.29 | 0.25 |
| Hex | 2E | 54 | 31 | 2D | 0 | 2A | 43 | 7D | 1D | 19 |
| Octal | 56 | 124 | 61 | 55 | 0 | 52 | 103 | 175 | 35 | 31 |
| Binary | 101110 | 1010100 | 110001 | 101101 | 0 | 101010 | 1000011 | 1111101 | 11101 | 11001 |
Color Harmonies of #2E5431
Complementary color
Monochromatic Colors of #2E5431
Black with #2E5431
Text Example
Text Example
White with #2E5431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5431; }
p { color: rgb(46,84,49); }
H1.HeaderClassName
{
color: #2E5431;
}
.AnyTagClassName
{
color: #2E5431;
}
</style>
background-color css
<style>
a { background-color: #2E5431; }
a { background-color: rgb(46,84,49); }
div.DivClassName
{
background-color: #2E5431;
}
.BgClassName
{
background-color: #2E5431;
}
</style>
border-color css
<style>
span { border-color: #2E5431; }
span { border-color: rgb(46,84,49); }
td.TdClassName
{
border-color: #2E5431;
}
.TagClassName
{
border-color: #2E5431;
}
</style>