Shades of Parsley #2E5736
Tints of Parsley #2E5736
RGB
CMYK
RGB Variations
Color information
#2E5736 (or 0x2E5736) is known color: Parsley. HEX triplet: 2E, 57 and 36. RGB value is (46,87,54). Sum of RGB (Red+Green+Blue) = 46+87+54=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 87 - color contains mainly: green. Hex color #2E5736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5736 is #D1A8C9. Grayscale: #474747. Windows color (decimal): -13740234 or 3561262. OLE color: 3561262.
HSL color Cylindrical-coordinate representation of color #2E5736: hue angle of 131.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5736 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 87 | 54 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.66 |
| HSL | 131.71º | 0.31% | 0.26% | - |
| HSV(B) | 131.71º | 0.47% | 0.34% | - |
| XYZ | 5.2 | 7.66 | 4.7 | - |
| YUV | 70.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 54 | 0.47 | 0 | 0.38 | 0.66 | 131.71 | 0.31 | 0.26 |
| Hex | 2E | 57 | 36 | 2F | 0 | 26 | 42 | 84 | 1F | 1A |
| Octal | 56 | 127 | 66 | 57 | 0 | 46 | 102 | 204 | 37 | 32 |
| Binary | 101110 | 1010111 | 110110 | 101111 | 0 | 100110 | 1000010 | 10000100 | 11111 | 11010 |
Color Harmonies of #2E5736
Complementary color
Monochromatic Colors of #2E5736
Black with #2E5736
Text Example
Text Example
White with #2E5736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5736; }
p { color: rgb(46,87,54); }
H1.HeaderClassName
{
color: #2E5736;
}
.AnyTagClassName
{
color: #2E5736;
}
</style>
background-color css
<style>
a { background-color: #2E5736; }
a { background-color: rgb(46,87,54); }
div.DivClassName
{
background-color: #2E5736;
}
.BgClassName
{
background-color: #2E5736;
}
</style>
border-color css
<style>
span { border-color: #2E5736; }
span { border-color: rgb(46,87,54); }
td.TdClassName
{
border-color: #2E5736;
}
.TagClassName
{
border-color: #2E5736;
}
</style>