Shades of Parsley #2E612B
Tints of Parsley #2E612B
RGB
CMYK
RGB Variations
Color information
#2E612B (or 0x2E612B) is known color: Parsley. HEX triplet: 2E, 61 and 2B. RGB value is (46,97,43). Sum of RGB (Red+Green+Blue) = 46+97+43=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #2E612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E612B is #D19ED4. Grayscale: #4B4B4B. Windows color (decimal): -13737685 or 2842926. OLE color: 2842926.
HSL color Cylindrical-coordinate representation of color #2E612B: hue angle of 116.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E612B is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 43 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.62 |
| HSL | 116.67º | 0.39% | 0.27% | - |
| HSV(B) | 116.67º | 0.56% | 0.38% | - |
| XYZ | 5.84 | 9.3 | 3.77 | - |
| YUV | 75.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 43 | 0.53 | 0 | 0.56 | 0.62 | 116.67 | 0.39 | 0.27 |
| Hex | 2E | 61 | 2B | 35 | 0 | 38 | 3E | 75 | 27 | 1B |
| Octal | 56 | 141 | 53 | 65 | 0 | 70 | 76 | 165 | 47 | 33 |
| Binary | 101110 | 1100001 | 101011 | 110101 | 0 | 111000 | 111110 | 1110101 | 100111 | 11011 |
Color Harmonies of #2E612B
Complementary color
Monochromatic Colors of #2E612B
Black with #2E612B
Text Example
Text Example
White with #2E612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E612B; }
p { color: rgb(46,97,43); }
H1.HeaderClassName
{
color: #2E612B;
}
.AnyTagClassName
{
color: #2E612B;
}
</style>
background-color css
<style>
a { background-color: #2E612B; }
a { background-color: rgb(46,97,43); }
div.DivClassName
{
background-color: #2E612B;
}
.BgClassName
{
background-color: #2E612B;
}
</style>
border-color css
<style>
span { border-color: #2E612B; }
span { border-color: rgb(46,97,43); }
td.TdClassName
{
border-color: #2E612B;
}
.TagClassName
{
border-color: #2E612B;
}
</style>