Shades of Parsley #2E5432
Tints of Parsley #2E5432
RGB
CMYK
RGB Variations
Color information
#2E5432 (or 0x2E5432) is known color: Parsley. HEX triplet: 2E, 54 and 32. RGB value is (46,84,50). Sum of RGB (Red+Green+Blue) = 46+84+50=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5432 is #D1ABCD. Grayscale: #444444. Windows color (decimal): -13741006 or 3298350. OLE color: 3298350.
HSL color Cylindrical-coordinate representation of color #2E5432: hue angle of 126.32º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E5432 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 50 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.67 |
| HSL | 126.32º | 0.29% | 0.25% | - |
| HSV(B) | 126.32º | 0.45% | 0.33% | - |
| XYZ | 4.87 | 7.15 | 4.14 | - |
| YUV | 68.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 50 | 0.45 | 0 | 0.40 | 0.67 | 126.32 | 0.29 | 0.25 |
| Hex | 2E | 54 | 32 | 2D | 0 | 28 | 43 | 7E | 1D | 19 |
| Octal | 56 | 124 | 62 | 55 | 0 | 50 | 103 | 176 | 35 | 31 |
| Binary | 101110 | 1010100 | 110010 | 101101 | 0 | 101000 | 1000011 | 1111110 | 11101 | 11001 |
Color Harmonies of #2E5432
Complementary color
Monochromatic Colors of #2E5432
Black with #2E5432
Text Example
Text Example
White with #2E5432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5432; }
p { color: rgb(46,84,50); }
H1.HeaderClassName
{
color: #2E5432;
}
.AnyTagClassName
{
color: #2E5432;
}
</style>
background-color css
<style>
a { background-color: #2E5432; }
a { background-color: rgb(46,84,50); }
div.DivClassName
{
background-color: #2E5432;
}
.BgClassName
{
background-color: #2E5432;
}
</style>
border-color css
<style>
span { border-color: #2E5432; }
span { border-color: rgb(46,84,50); }
td.TdClassName
{
border-color: #2E5432;
}
.TagClassName
{
border-color: #2E5432;
}
</style>