Shades of Parsley #2E6331
Tints of Parsley #2E6331
RGB
CMYK
RGB Variations
Color information
#2E6331 (or 0x2E6331) is known color: Parsley. HEX triplet: 2E, 63 and 31. RGB value is (46,99,49). Sum of RGB (Red+Green+Blue) = 46+99+49=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6331 is #D19CCE. Grayscale: #4D4D4D. Windows color (decimal): -13737167 or 3236654. OLE color: 3236654.
HSL color Cylindrical-coordinate representation of color #2E6331: hue angle of 123.4º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6331 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 99 | 49 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.61 |
| HSL | 123.4º | 0.37% | 0.28% | - |
| HSV(B) | 123.4º | 0.54% | 0.39% | - |
| XYZ | 6.14 | 9.73 | 4.46 | - |
| YUV | 77.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 49 | 0.54 | 0 | 0.51 | 0.61 | 123.4 | 0.37 | 0.28 |
| Hex | 2E | 63 | 31 | 36 | 0 | 33 | 3D | 7B | 25 | 1C |
| Octal | 56 | 143 | 61 | 66 | 0 | 63 | 75 | 173 | 45 | 34 |
| Binary | 101110 | 1100011 | 110001 | 110110 | 0 | 110011 | 111101 | 1111011 | 100101 | 11100 |
Color Harmonies of #2E6331
Complementary color
Monochromatic Colors of #2E6331
Black with #2E6331
Text Example
Text Example
White with #2E6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6331; }
p { color: rgb(46,99,49); }
H1.HeaderClassName
{
color: #2E6331;
}
.AnyTagClassName
{
color: #2E6331;
}
</style>
background-color css
<style>
a { background-color: #2E6331; }
a { background-color: rgb(46,99,49); }
div.DivClassName
{
background-color: #2E6331;
}
.BgClassName
{
background-color: #2E6331;
}
</style>
border-color css
<style>
span { border-color: #2E6331; }
span { border-color: rgb(46,99,49); }
td.TdClassName
{
border-color: #2E6331;
}
.TagClassName
{
border-color: #2E6331;
}
</style>