Shades of Parsley #2E622D
Tints of Parsley #2E622D
RGB
CMYK
RGB Variations
Color information
#2E622D (or 0x2E622D) is known color: Parsley. HEX triplet: 2E, 62 and 2D. RGB value is (46,98,45). Sum of RGB (Red+Green+Blue) = 46+98+45=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #2E622D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E622D is #D19DD2. Grayscale: #4C4C4C. Windows color (decimal): -13737427 or 2974254. OLE color: 2974254.
HSL color Cylindrical-coordinate representation of color #2E622D: hue angle of 118.87º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E622D is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 45 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.62 |
| HSL | 118.87º | 0.37% | 0.28% | - |
| HSV(B) | 118.87º | 0.54% | 0.38% | - |
| XYZ | 5.97 | 9.51 | 4 | - |
| YUV | 76.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 45 | 0.53 | 0 | 0.54 | 0.62 | 118.87 | 0.37 | 0.28 |
| Hex | 2E | 62 | 2D | 35 | 0 | 36 | 3E | 77 | 25 | 1C |
| Octal | 56 | 142 | 55 | 65 | 0 | 66 | 76 | 167 | 45 | 34 |
| Binary | 101110 | 1100010 | 101101 | 110101 | 0 | 110110 | 111110 | 1110111 | 100101 | 11100 |
Color Harmonies of #2E622D
Complementary color
Monochromatic Colors of #2E622D
Black with #2E622D
Text Example
Text Example
White with #2E622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E622D; }
p { color: rgb(46,98,45); }
H1.HeaderClassName
{
color: #2E622D;
}
.AnyTagClassName
{
color: #2E622D;
}
</style>
background-color css
<style>
a { background-color: #2E622D; }
a { background-color: rgb(46,98,45); }
div.DivClassName
{
background-color: #2E622D;
}
.BgClassName
{
background-color: #2E622D;
}
</style>
border-color css
<style>
span { border-color: #2E622D; }
span { border-color: rgb(46,98,45); }
td.TdClassName
{
border-color: #2E622D;
}
.TagClassName
{
border-color: #2E622D;
}
</style>