Shades of Parsley #2E6233
Tints of Parsley #2E6233
RGB
CMYK
RGB Variations
Color information
#2E6233 (or 0x2E6233) is known color: Parsley. HEX triplet: 2E, 62 and 33. RGB value is (46,98,51). Sum of RGB (Red+Green+Blue) = 46+98+51=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6233 is #D19DCC. Grayscale: #4D4D4D. Windows color (decimal): -13737421 or 3367470. OLE color: 3367470.
HSL color Cylindrical-coordinate representation of color #2E6233: hue angle of 125.77º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6233 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 51 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.62 |
| HSL | 125.77º | 0.36% | 0.28% | - |
| HSV(B) | 125.77º | 0.53% | 0.38% | - |
| XYZ | 6.09 | 9.56 | 4.66 | - |
| YUV | 77.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 51 | 0.53 | 0 | 0.48 | 0.62 | 125.77 | 0.36 | 0.28 |
| Hex | 2E | 62 | 33 | 35 | 0 | 30 | 3E | 7E | 24 | 1C |
| Octal | 56 | 142 | 63 | 65 | 0 | 60 | 76 | 176 | 44 | 34 |
| Binary | 101110 | 1100010 | 110011 | 110101 | 0 | 110000 | 111110 | 1111110 | 100100 | 11100 |
Color Harmonies of #2E6233
Complementary color
Monochromatic Colors of #2E6233
Black with #2E6233
Text Example
Text Example
White with #2E6233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6233; }
p { color: rgb(46,98,51); }
H1.HeaderClassName
{
color: #2E6233;
}
.AnyTagClassName
{
color: #2E6233;
}
</style>
background-color css
<style>
a { background-color: #2E6233; }
a { background-color: rgb(46,98,51); }
div.DivClassName
{
background-color: #2E6233;
}
.BgClassName
{
background-color: #2E6233;
}
</style>
border-color css
<style>
span { border-color: #2E6233; }
span { border-color: rgb(46,98,51); }
td.TdClassName
{
border-color: #2E6233;
}
.TagClassName
{
border-color: #2E6233;
}
</style>