Shades of Parsley #2E5434
Tints of Parsley #2E5434
RGB
CMYK
RGB Variations
Color information
#2E5434 (or 0x2E5434) is known color: Parsley. HEX triplet: 2E, 54 and 34. RGB value is (46,84,52). Sum of RGB (Red+Green+Blue) = 46+84+52=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5434 is #D1ABCB. Grayscale: #454545. Windows color (decimal): -13741004 or 3429422. OLE color: 3429422.
HSL color Cylindrical-coordinate representation of color #2E5434: hue angle of 129.47º 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 #2E5434 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 52 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.67 |
| HSL | 129.47º | 0.29% | 0.25% | - |
| HSV(B) | 129.47º | 0.45% | 0.33% | - |
| XYZ | 4.92 | 7.17 | 4.37 | - |
| YUV | 68.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 52 | 0.45 | 0 | 0.38 | 0.67 | 129.47 | 0.29 | 0.25 |
| Hex | 2E | 54 | 34 | 2D | 0 | 26 | 43 | 81 | 1D | 19 |
| Octal | 56 | 124 | 64 | 55 | 0 | 46 | 103 | 201 | 35 | 31 |
| Binary | 101110 | 1010100 | 110100 | 101101 | 0 | 100110 | 1000011 | 10000001 | 11101 | 11001 |
Color Harmonies of #2E5434
Complementary color
Monochromatic Colors of #2E5434
Black with #2E5434
Text Example
Text Example
White with #2E5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5434; }
p { color: rgb(46,84,52); }
H1.HeaderClassName
{
color: #2E5434;
}
.AnyTagClassName
{
color: #2E5434;
}
</style>
background-color css
<style>
a { background-color: #2E5434; }
a { background-color: rgb(46,84,52); }
div.DivClassName
{
background-color: #2E5434;
}
.BgClassName
{
background-color: #2E5434;
}
</style>
border-color css
<style>
span { border-color: #2E5434; }
span { border-color: rgb(46,84,52); }
td.TdClassName
{
border-color: #2E5434;
}
.TagClassName
{
border-color: #2E5434;
}
</style>