Shades of Parsley #2E6138
Tints of Parsley #2E6138
RGB
CMYK
RGB Variations
Color information
#2E6138 (or 0x2E6138) is known color: Parsley. HEX triplet: 2E, 61 and 38. RGB value is (46,97,56). Sum of RGB (Red+Green+Blue) = 46+97+56=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6138 is #D19EC7. Grayscale: #4D4D4D. Windows color (decimal): -13737672 or 3694894. OLE color: 3694894.
HSL color Cylindrical-coordinate representation of color #2E6138: hue angle of 131.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6138 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 56 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.62 |
| HSL | 131.76º | 0.36% | 0.28% | - |
| HSV(B) | 131.76º | 0.53% | 0.38% | - |
| XYZ | 6.12 | 9.42 | 5.24 | - |
| YUV | 77.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 56 | 0.53 | 0 | 0.42 | 0.62 | 131.76 | 0.36 | 0.28 |
| Hex | 2E | 61 | 38 | 35 | 0 | 2A | 3E | 84 | 24 | 1C |
| Octal | 56 | 141 | 70 | 65 | 0 | 52 | 76 | 204 | 44 | 34 |
| Binary | 101110 | 1100001 | 111000 | 110101 | 0 | 101010 | 111110 | 10000100 | 100100 | 11100 |
Color Harmonies of #2E6138
Complementary color
Monochromatic Colors of #2E6138
Black with #2E6138
Text Example
Text Example
White with #2E6138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6138; }
p { color: rgb(46,97,56); }
H1.HeaderClassName
{
color: #2E6138;
}
.AnyTagClassName
{
color: #2E6138;
}
</style>
background-color css
<style>
a { background-color: #2E6138; }
a { background-color: rgb(46,97,56); }
div.DivClassName
{
background-color: #2E6138;
}
.BgClassName
{
background-color: #2E6138;
}
</style>
border-color css
<style>
span { border-color: #2E6138; }
span { border-color: rgb(46,97,56); }
td.TdClassName
{
border-color: #2E6138;
}
.TagClassName
{
border-color: #2E6138;
}
</style>