Shades of Parsley #2E4C2F
Tints of Parsley #2E4C2F
RGB
CMYK
RGB Variations
Color information
#2E4C2F (or 0x2E4C2F) is known color: Parsley. HEX triplet: 2E, 4C and 2F. RGB value is (46,76,47). Sum of RGB (Red+Green+Blue) = 46+76+47=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C2F is #D1B3D0. Grayscale: #3F3F3F. Windows color (decimal): -13743057 or 3099694. OLE color: 3099694.
HSL color Cylindrical-coordinate representation of color #2E4C2F: hue angle of 122º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4C2F is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 76 | 47 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.70 |
| HSL | 122º | 0.25% | 0.24% | - |
| HSV(B) | 122º | 0.39% | 0.3% | - |
| XYZ | 4.22 | 5.95 | 3.62 | - |
| YUV | 63.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 47 | 0.39 | 0 | 0.38 | 0.70 | 122 | 0.25 | 0.24 |
| Hex | 2E | 4C | 2F | 27 | 0 | 26 | 46 | 7A | 19 | 18 |
| Octal | 56 | 114 | 57 | 47 | 0 | 46 | 106 | 172 | 31 | 30 |
| Binary | 101110 | 1001100 | 101111 | 100111 | 0 | 100110 | 1000110 | 1111010 | 11001 | 11000 |
Color Harmonies of #2E4C2F
Complementary color
Monochromatic Colors of #2E4C2F
Black with #2E4C2F
Text Example
Text Example
White with #2E4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4C2F; }
p { color: rgb(46,76,47); }
H1.HeaderClassName
{
color: #2E4C2F;
}
.AnyTagClassName
{
color: #2E4C2F;
}
</style>
background-color css
<style>
a { background-color: #2E4C2F; }
a { background-color: rgb(46,76,47); }
div.DivClassName
{
background-color: #2E4C2F;
}
.BgClassName
{
background-color: #2E4C2F;
}
</style>
border-color css
<style>
span { border-color: #2E4C2F; }
span { border-color: rgb(46,76,47); }
td.TdClassName
{
border-color: #2E4C2F;
}
.TagClassName
{
border-color: #2E4C2F;
}
</style>