Shades of Parsley #2E5A2C
Tints of Parsley #2E5A2C
RGB
CMYK
RGB Variations
Color information
#2E5A2C (or 0x2E5A2C) is known color: Parsley. HEX triplet: 2E, 5A and 2C. RGB value is (46,90,44). Sum of RGB (Red+Green+Blue) = 46+90+44=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5A2C is #D1A5D3. Grayscale: #474747. Windows color (decimal): -13739476 or 2906670. OLE color: 2906670.
HSL color Cylindrical-coordinate representation of color #2E5A2C: hue angle of 117.39º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5A2C is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 90 | 44 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.65 |
| HSL | 117.39º | 0.34% | 0.26% | - |
| HSV(B) | 117.39º | 0.51% | 0.35% | - |
| XYZ | 5.24 | 8.08 | 3.67 | - |
| YUV | 71.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 44 | 0.49 | 0 | 0.51 | 0.65 | 117.39 | 0.34 | 0.26 |
| Hex | 2E | 5A | 2C | 31 | 0 | 33 | 41 | 75 | 22 | 1A |
| Octal | 56 | 132 | 54 | 61 | 0 | 63 | 101 | 165 | 42 | 32 |
| Binary | 101110 | 1011010 | 101100 | 110001 | 0 | 110011 | 1000001 | 1110101 | 100010 | 11010 |
Color Harmonies of #2E5A2C
Complementary color
Monochromatic Colors of #2E5A2C
Black with #2E5A2C
Text Example
Text Example
White with #2E5A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A2C; }
p { color: rgb(46,90,44); }
H1.HeaderClassName
{
color: #2E5A2C;
}
.AnyTagClassName
{
color: #2E5A2C;
}
</style>
background-color css
<style>
a { background-color: #2E5A2C; }
a { background-color: rgb(46,90,44); }
div.DivClassName
{
background-color: #2E5A2C;
}
.BgClassName
{
background-color: #2E5A2C;
}
</style>
border-color css
<style>
span { border-color: #2E5A2C; }
span { border-color: rgb(46,90,44); }
td.TdClassName
{
border-color: #2E5A2C;
}
.TagClassName
{
border-color: #2E5A2C;
}
</style>