Shades of Parsley #2E6034
Tints of Parsley #2E6034
RGB
CMYK
RGB Variations
Color information
#2E6034 (or 0x2E6034) is known color: Parsley. HEX triplet: 2E, 60 and 34. RGB value is (46,96,52). Sum of RGB (Red+Green+Blue) = 46+96+52=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6034 is #D19FCB. Grayscale: #4C4C4C. Windows color (decimal): -13737932 or 3432494. OLE color: 3432494.
HSL color Cylindrical-coordinate representation of color #2E6034: hue angle of 127.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E6034 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 52 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.62 |
| HSL | 127.2º | 0.35% | 0.28% | - |
| HSV(B) | 127.2º | 0.52% | 0.38% | - |
| XYZ | 5.93 | 9.19 | 4.71 | - |
| YUV | 76.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 52 | 0.52 | 0 | 0.46 | 0.62 | 127.2 | 0.35 | 0.28 |
| Hex | 2E | 60 | 34 | 34 | 0 | 2E | 3E | 7F | 23 | 1C |
| Octal | 56 | 140 | 64 | 64 | 0 | 56 | 76 | 177 | 43 | 34 |
| Binary | 101110 | 1100000 | 110100 | 110100 | 0 | 101110 | 111110 | 1111111 | 100011 | 11100 |
Color Harmonies of #2E6034
Complementary color
Monochromatic Colors of #2E6034
Black with #2E6034
Text Example
Text Example
White with #2E6034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6034; }
p { color: rgb(46,96,52); }
H1.HeaderClassName
{
color: #2E6034;
}
.AnyTagClassName
{
color: #2E6034;
}
</style>
background-color css
<style>
a { background-color: #2E6034; }
a { background-color: rgb(46,96,52); }
div.DivClassName
{
background-color: #2E6034;
}
.BgClassName
{
background-color: #2E6034;
}
</style>
border-color css
<style>
span { border-color: #2E6034; }
span { border-color: rgb(46,96,52); }
td.TdClassName
{
border-color: #2E6034;
}
.TagClassName
{
border-color: #2E6034;
}
</style>