Shades of Parsley #2E5830
Tints of Parsley #2E5830
RGB
CMYK
RGB Variations
Color information
#2E5830 (or 0x2E5830) is known color: Parsley. HEX triplet: 2E, 58 and 30. RGB value is (46,88,48). Sum of RGB (Red+Green+Blue) = 46+88+48=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #2E5830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5830 is #D1A7CF. Grayscale: #474747. Windows color (decimal): -13739984 or 3168302. OLE color: 3168302.
HSL color Cylindrical-coordinate representation of color #2E5830: hue angle of 122.86º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5830 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 88 | 48 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.65 |
| HSL | 122.86º | 0.31% | 0.26% | - |
| HSV(B) | 122.86º | 0.48% | 0.35% | - |
| XYZ | 5.15 | 7.77 | 4.03 | - |
| YUV | 70.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 48 | 0.48 | 0 | 0.45 | 0.65 | 122.86 | 0.31 | 0.26 |
| Hex | 2E | 58 | 30 | 30 | 0 | 2D | 41 | 7B | 1F | 1A |
| Octal | 56 | 130 | 60 | 60 | 0 | 55 | 101 | 173 | 37 | 32 |
| Binary | 101110 | 1011000 | 110000 | 110000 | 0 | 101101 | 1000001 | 1111011 | 11111 | 11010 |
Color Harmonies of #2E5830
Complementary color
Monochromatic Colors of #2E5830
Black with #2E5830
Text Example
Text Example
White with #2E5830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5830; }
p { color: rgb(46,88,48); }
H1.HeaderClassName
{
color: #2E5830;
}
.AnyTagClassName
{
color: #2E5830;
}
</style>
background-color css
<style>
a { background-color: #2E5830; }
a { background-color: rgb(46,88,48); }
div.DivClassName
{
background-color: #2E5830;
}
.BgClassName
{
background-color: #2E5830;
}
</style>
border-color css
<style>
span { border-color: #2E5830; }
span { border-color: rgb(46,88,48); }
td.TdClassName
{
border-color: #2E5830;
}
.TagClassName
{
border-color: #2E5830;
}
</style>