Shades of Parsley #2E5531
Tints of Parsley #2E5531
RGB
CMYK
RGB Variations
Color information
#2E5531 (or 0x2E5531) is known color: Parsley. HEX triplet: 2E, 55 and 31. RGB value is (46,85,49). Sum of RGB (Red+Green+Blue) = 46+85+49=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5531 is #D1AACE. Grayscale: #454545. Windows color (decimal): -13740751 or 3233070. OLE color: 3233070.
HSL color Cylindrical-coordinate representation of color #2E5531: hue angle of 124.62º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E5531 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 49 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.67 |
| HSL | 124.62º | 0.3% | 0.26% | - |
| HSV(B) | 124.62º | 0.46% | 0.33% | - |
| XYZ | 4.93 | 7.3 | 4.05 | - |
| YUV | 69.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 49 | 0.46 | 0 | 0.42 | 0.67 | 124.62 | 0.3 | 0.26 |
| Hex | 2E | 55 | 31 | 2E | 0 | 2A | 43 | 7D | 1E | 1A |
| Octal | 56 | 125 | 61 | 56 | 0 | 52 | 103 | 175 | 36 | 32 |
| Binary | 101110 | 1010101 | 110001 | 101110 | 0 | 101010 | 1000011 | 1111101 | 11110 | 11010 |
Color Harmonies of #2E5531
Complementary color
Monochromatic Colors of #2E5531
Black with #2E5531
Text Example
Text Example
White with #2E5531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5531; }
p { color: rgb(46,85,49); }
H1.HeaderClassName
{
color: #2E5531;
}
.AnyTagClassName
{
color: #2E5531;
}
</style>
background-color css
<style>
a { background-color: #2E5531; }
a { background-color: rgb(46,85,49); }
div.DivClassName
{
background-color: #2E5531;
}
.BgClassName
{
background-color: #2E5531;
}
</style>
border-color css
<style>
span { border-color: #2E5531; }
span { border-color: rgb(46,85,49); }
td.TdClassName
{
border-color: #2E5531;
}
.TagClassName
{
border-color: #2E5531;
}
</style>