Shades of Parsley #2E5333
Tints of Parsley #2E5333
RGB
CMYK
RGB Variations
Color information
#2E5333 (or 0x2E5333) is known color: Parsley. HEX triplet: 2E, 53 and 33. RGB value is (46,83,51). Sum of RGB (Red+Green+Blue) = 46+83+51=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5333 is #D1ACCC. Grayscale: #444444. Windows color (decimal): -13741261 or 3363630. OLE color: 3363630.
HSL color Cylindrical-coordinate representation of color #2E5333: hue angle of 128.11º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E5333 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 51 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.67 |
| HSL | 128.11º | 0.29% | 0.25% | - |
| HSV(B) | 128.11º | 0.45% | 0.33% | - |
| XYZ | 4.82 | 7.01 | 4.23 | - |
| YUV | 68.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 51 | 0.45 | 0 | 0.39 | 0.67 | 128.11 | 0.29 | 0.25 |
| Hex | 2E | 53 | 33 | 2D | 0 | 27 | 43 | 80 | 1D | 19 |
| Octal | 56 | 123 | 63 | 55 | 0 | 47 | 103 | 200 | 35 | 31 |
| Binary | 101110 | 1010011 | 110011 | 101101 | 0 | 100111 | 1000011 | 10000000 | 11101 | 11001 |
Color Harmonies of #2E5333
Complementary color
Monochromatic Colors of #2E5333
Black with #2E5333
Text Example
Text Example
White with #2E5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5333; }
p { color: rgb(46,83,51); }
H1.HeaderClassName
{
color: #2E5333;
}
.AnyTagClassName
{
color: #2E5333;
}
</style>
background-color css
<style>
a { background-color: #2E5333; }
a { background-color: rgb(46,83,51); }
div.DivClassName
{
background-color: #2E5333;
}
.BgClassName
{
background-color: #2E5333;
}
</style>
border-color css
<style>
span { border-color: #2E5333; }
span { border-color: rgb(46,83,51); }
td.TdClassName
{
border-color: #2E5333;
}
.TagClassName
{
border-color: #2E5333;
}
</style>