Shades of Parsley #2E5234
Tints of Parsley #2E5234
RGB
CMYK
RGB Variations
Color information
#2E5234 (or 0x2E5234) is known color: Parsley. HEX triplet: 2E, 52 and 34. RGB value is (46,82,52). Sum of RGB (Red+Green+Blue) = 46+82+52=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5234 is #D1ADCB. Grayscale: #434343. Windows color (decimal): -13741516 or 3428910. OLE color: 3428910.
HSL color Cylindrical-coordinate representation of color #2E5234: hue angle of 130º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E5234 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 52 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.68 |
| HSL | 130º | 0.28% | 0.25% | - |
| HSV(B) | 130º | 0.44% | 0.32% | - |
| XYZ | 4.76 | 6.86 | 4.32 | - |
| YUV | 67.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 52 | 0.44 | 0 | 0.37 | 0.68 | 130 | 0.28 | 0.25 |
| Hex | 2E | 52 | 34 | 2C | 0 | 25 | 44 | 82 | 1C | 19 |
| Octal | 56 | 122 | 64 | 54 | 0 | 45 | 104 | 202 | 34 | 31 |
| Binary | 101110 | 1010010 | 110100 | 101100 | 0 | 100101 | 1000100 | 10000010 | 11100 | 11001 |
Color Harmonies of #2E5234
Complementary color
Monochromatic Colors of #2E5234
Black with #2E5234
Text Example
Text Example
White with #2E5234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5234; }
p { color: rgb(46,82,52); }
H1.HeaderClassName
{
color: #2E5234;
}
.AnyTagClassName
{
color: #2E5234;
}
</style>
background-color css
<style>
a { background-color: #2E5234; }
a { background-color: rgb(46,82,52); }
div.DivClassName
{
background-color: #2E5234;
}
.BgClassName
{
background-color: #2E5234;
}
</style>
border-color css
<style>
span { border-color: #2E5234; }
span { border-color: rgb(46,82,52); }
td.TdClassName
{
border-color: #2E5234;
}
.TagClassName
{
border-color: #2E5234;
}
</style>