Shades of Parsley #2E4E2F
Tints of Parsley #2E4E2F
RGB
CMYK
RGB Variations
Color information
#2E4E2F (or 0x2E4E2F) is known color: Parsley. HEX triplet: 2E, 4E and 2F. RGB value is (46,78,47). Sum of RGB (Red+Green+Blue) = 46+78+47=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E2F is #D1B1D0. Grayscale: #404040. Windows color (decimal): -13742545 or 3100206. OLE color: 3100206.
HSL color Cylindrical-coordinate representation of color #2E4E2F: hue angle of 121.88º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E4E2F is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 78 | 47 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.69 |
| HSL | 121.88º | 0.26% | 0.24% | - |
| HSV(B) | 121.88º | 0.41% | 0.31% | - |
| XYZ | 4.36 | 6.23 | 3.66 | - |
| YUV | 64.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 47 | 0.41 | 0 | 0.40 | 0.69 | 121.88 | 0.26 | 0.24 |
| Hex | 2E | 4E | 2F | 29 | 0 | 28 | 45 | 7A | 1A | 18 |
| Octal | 56 | 116 | 57 | 51 | 0 | 50 | 105 | 172 | 32 | 30 |
| Binary | 101110 | 1001110 | 101111 | 101001 | 0 | 101000 | 1000101 | 1111010 | 11010 | 11000 |
Color Harmonies of #2E4E2F
Complementary color
Monochromatic Colors of #2E4E2F
Black with #2E4E2F
Text Example
Text Example
White with #2E4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E2F; }
p { color: rgb(46,78,47); }
H1.HeaderClassName
{
color: #2E4E2F;
}
.AnyTagClassName
{
color: #2E4E2F;
}
</style>
background-color css
<style>
a { background-color: #2E4E2F; }
a { background-color: rgb(46,78,47); }
div.DivClassName
{
background-color: #2E4E2F;
}
.BgClassName
{
background-color: #2E4E2F;
}
</style>
border-color css
<style>
span { border-color: #2E4E2F; }
span { border-color: rgb(46,78,47); }
td.TdClassName
{
border-color: #2E4E2F;
}
.TagClassName
{
border-color: #2E4E2F;
}
</style>