Shades of Parsley #2E5430
Tints of Parsley #2E5430
RGB
CMYK
RGB Variations
Color information
#2E5430 (or 0x2E5430) is known color: Parsley. HEX triplet: 2E, 54 and 30. RGB value is (46,84,48). Sum of RGB (Red+Green+Blue) = 46+84+48=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5430 is #D1ABCF. Grayscale: #444444. Windows color (decimal): -13741008 or 3167278. OLE color: 3167278.
HSL color Cylindrical-coordinate representation of color #2E5430: hue angle of 123.16º 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 #2E5430 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 48 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.67 |
| HSL | 123.16º | 0.29% | 0.25% | - |
| HSV(B) | 123.16º | 0.45% | 0.33% | - |
| XYZ | 4.83 | 7.13 | 3.92 | - |
| YUV | 68.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 48 | 0.45 | 0 | 0.43 | 0.67 | 123.16 | 0.29 | 0.25 |
| Hex | 2E | 54 | 30 | 2D | 0 | 2B | 43 | 7B | 1D | 19 |
| Octal | 56 | 124 | 60 | 55 | 0 | 53 | 103 | 173 | 35 | 31 |
| Binary | 101110 | 1010100 | 110000 | 101101 | 0 | 101011 | 1000011 | 1111011 | 11101 | 11001 |
Color Harmonies of #2E5430
Complementary color
Monochromatic Colors of #2E5430
Black with #2E5430
Text Example
Text Example
White with #2E5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5430; }
p { color: rgb(46,84,48); }
H1.HeaderClassName
{
color: #2E5430;
}
.AnyTagClassName
{
color: #2E5430;
}
</style>
background-color css
<style>
a { background-color: #2E5430; }
a { background-color: rgb(46,84,48); }
div.DivClassName
{
background-color: #2E5430;
}
.BgClassName
{
background-color: #2E5430;
}
</style>
border-color css
<style>
span { border-color: #2E5430; }
span { border-color: rgb(46,84,48); }
td.TdClassName
{
border-color: #2E5430;
}
.TagClassName
{
border-color: #2E5430;
}
</style>