Shades of Parsley #2E4F32
Tints of Parsley #2E4F32
RGB
CMYK
RGB Variations
Color information
#2E4F32 (or 0x2E4F32) is known color: Parsley. HEX triplet: 2E, 4F and 32. RGB value is (46,79,50). Sum of RGB (Red+Green+Blue) = 46+79+50=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F32 is #D1B0CD. Grayscale: #414141. Windows color (decimal): -13742286 or 3297070. OLE color: 3297070.
HSL color Cylindrical-coordinate representation of color #2E4F32: hue angle of 127.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E4F32 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 79 | 50 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.69 |
| HSL | 127.27º | 0.26% | 0.25% | - |
| HSV(B) | 127.27º | 0.42% | 0.31% | - |
| XYZ | 4.5 | 6.4 | 4.02 | - |
| YUV | 65.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 50 | 0.42 | 0 | 0.37 | 0.69 | 127.27 | 0.26 | 0.25 |
| Hex | 2E | 4F | 32 | 2A | 0 | 25 | 45 | 7F | 1A | 19 |
| Octal | 56 | 117 | 62 | 52 | 0 | 45 | 105 | 177 | 32 | 31 |
| Binary | 101110 | 1001111 | 110010 | 101010 | 0 | 100101 | 1000101 | 1111111 | 11010 | 11001 |
Color Harmonies of #2E4F32
Complementary color
Monochromatic Colors of #2E4F32
Black with #2E4F32
Text Example
Text Example
White with #2E4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F32; }
p { color: rgb(46,79,50); }
H1.HeaderClassName
{
color: #2E4F32;
}
.AnyTagClassName
{
color: #2E4F32;
}
</style>
background-color css
<style>
a { background-color: #2E4F32; }
a { background-color: rgb(46,79,50); }
div.DivClassName
{
background-color: #2E4F32;
}
.BgClassName
{
background-color: #2E4F32;
}
</style>
border-color css
<style>
span { border-color: #2E4F32; }
span { border-color: rgb(46,79,50); }
td.TdClassName
{
border-color: #2E4F32;
}
.TagClassName
{
border-color: #2E4F32;
}
</style>