Shades of Parsley #2E6334
Tints of Parsley #2E6334
RGB
CMYK
RGB Variations
Color information
#2E6334 (or 0x2E6334) is known color: Parsley. HEX triplet: 2E, 63 and 34. RGB value is (46,99,52). Sum of RGB (Red+Green+Blue) = 46+99+52=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6334 is #D19CCB. Grayscale: #4D4D4D. Windows color (decimal): -13737164 or 3433262. OLE color: 3433262.
HSL color Cylindrical-coordinate representation of color #2E6334: hue angle of 126.79º 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 #2E6334 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 99 | 52 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.61 |
| HSL | 126.79º | 0.37% | 0.28% | - |
| HSV(B) | 126.79º | 0.54% | 0.39% | - |
| XYZ | 6.21 | 9.75 | 4.8 | - |
| YUV | 77.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 52 | 0.54 | 0 | 0.47 | 0.61 | 126.79 | 0.37 | 0.28 |
| Hex | 2E | 63 | 34 | 36 | 0 | 2F | 3D | 7F | 25 | 1C |
| Octal | 56 | 143 | 64 | 66 | 0 | 57 | 75 | 177 | 45 | 34 |
| Binary | 101110 | 1100011 | 110100 | 110110 | 0 | 101111 | 111101 | 1111111 | 100101 | 11100 |
Color Harmonies of #2E6334
Complementary color
Monochromatic Colors of #2E6334
Black with #2E6334
Text Example
Text Example
White with #2E6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6334; }
p { color: rgb(46,99,52); }
H1.HeaderClassName
{
color: #2E6334;
}
.AnyTagClassName
{
color: #2E6334;
}
</style>
background-color css
<style>
a { background-color: #2E6334; }
a { background-color: rgb(46,99,52); }
div.DivClassName
{
background-color: #2E6334;
}
.BgClassName
{
background-color: #2E6334;
}
</style>
border-color css
<style>
span { border-color: #2E6334; }
span { border-color: rgb(46,99,52); }
td.TdClassName
{
border-color: #2E6334;
}
.TagClassName
{
border-color: #2E6334;
}
</style>