Shades of Parsley #2E5232
Tints of Parsley #2E5232
RGB
CMYK
RGB Variations
Color information
#2E5232 (or 0x2E5232) is known color: Parsley. HEX triplet: 2E, 52 and 32. RGB value is (46,82,50). Sum of RGB (Red+Green+Blue) = 46+82+50=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5232 is #D1ADCD. Grayscale: #434343. Windows color (decimal): -13741518 or 3297838. OLE color: 3297838.
HSL color Cylindrical-coordinate representation of color #2E5232: hue angle of 126.67º 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 #2E5232 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 50 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.68 |
| HSL | 126.67º | 0.28% | 0.25% | - |
| HSV(B) | 126.67º | 0.44% | 0.32% | - |
| XYZ | 4.72 | 6.85 | 4.09 | - |
| YUV | 67.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 50 | 0.44 | 0 | 0.39 | 0.68 | 126.67 | 0.28 | 0.25 |
| Hex | 2E | 52 | 32 | 2C | 0 | 27 | 44 | 7F | 1C | 19 |
| Octal | 56 | 122 | 62 | 54 | 0 | 47 | 104 | 177 | 34 | 31 |
| Binary | 101110 | 1010010 | 110010 | 101100 | 0 | 100111 | 1000100 | 1111111 | 11100 | 11001 |
Color Harmonies of #2E5232
Complementary color
Monochromatic Colors of #2E5232
Black with #2E5232
Text Example
Text Example
White with #2E5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5232; }
p { color: rgb(46,82,50); }
H1.HeaderClassName
{
color: #2E5232;
}
.AnyTagClassName
{
color: #2E5232;
}
</style>
background-color css
<style>
a { background-color: #2E5232; }
a { background-color: rgb(46,82,50); }
div.DivClassName
{
background-color: #2E5232;
}
.BgClassName
{
background-color: #2E5232;
}
</style>
border-color css
<style>
span { border-color: #2E5232; }
span { border-color: rgb(46,82,50); }
td.TdClassName
{
border-color: #2E5232;
}
.TagClassName
{
border-color: #2E5232;
}
</style>