Shades of Parsley #2E5732
Tints of Parsley #2E5732
RGB
CMYK
RGB Variations
Color information
#2E5732 (or 0x2E5732) is known color: Parsley. HEX triplet: 2E, 57 and 32. RGB value is (46,87,50). Sum of RGB (Red+Green+Blue) = 46+87+50=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #2E5732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5732 is #D1A8CD. Grayscale: #464646. Windows color (decimal): -13740238 or 3299118. OLE color: 3299118.
HSL color Cylindrical-coordinate representation of color #2E5732: hue angle of 125.85º 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 #2E5732 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 87 | 50 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.66 |
| HSL | 125.85º | 0.31% | 0.26% | - |
| HSV(B) | 125.85º | 0.47% | 0.34% | - |
| XYZ | 5.11 | 7.63 | 4.22 | - |
| YUV | 70.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 50 | 0.47 | 0 | 0.43 | 0.66 | 125.85 | 0.31 | 0.26 |
| Hex | 2E | 57 | 32 | 2F | 0 | 2B | 42 | 7E | 1F | 1A |
| Octal | 56 | 127 | 62 | 57 | 0 | 53 | 102 | 176 | 37 | 32 |
| Binary | 101110 | 1010111 | 110010 | 101111 | 0 | 101011 | 1000010 | 1111110 | 11111 | 11010 |
Color Harmonies of #2E5732
Complementary color
Monochromatic Colors of #2E5732
Black with #2E5732
Text Example
Text Example
White with #2E5732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5732; }
p { color: rgb(46,87,50); }
H1.HeaderClassName
{
color: #2E5732;
}
.AnyTagClassName
{
color: #2E5732;
}
</style>
background-color css
<style>
a { background-color: #2E5732; }
a { background-color: rgb(46,87,50); }
div.DivClassName
{
background-color: #2E5732;
}
.BgClassName
{
background-color: #2E5732;
}
</style>
border-color css
<style>
span { border-color: #2E5732; }
span { border-color: rgb(46,87,50); }
td.TdClassName
{
border-color: #2E5732;
}
.TagClassName
{
border-color: #2E5732;
}
</style>