Shades of Parsley #2E6133
Tints of Parsley #2E6133
RGB
CMYK
RGB Variations
Color information
#2E6133 (or 0x2E6133) is known color: Parsley. HEX triplet: 2E, 61 and 33. RGB value is (46,97,51). Sum of RGB (Red+Green+Blue) = 46+97+51=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6133 is #D19ECC. Grayscale: #4C4C4C. Windows color (decimal): -13737677 or 3367214. OLE color: 3367214.
HSL color Cylindrical-coordinate representation of color #2E6133: hue angle of 125.88º 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 #2E6133 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 51 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.62 |
| HSL | 125.88º | 0.36% | 0.28% | - |
| HSV(B) | 125.88º | 0.53% | 0.38% | - |
| XYZ | 6 | 9.37 | 4.62 | - |
| YUV | 76.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 51 | 0.53 | 0 | 0.47 | 0.62 | 125.88 | 0.36 | 0.28 |
| Hex | 2E | 61 | 33 | 35 | 0 | 2F | 3E | 7E | 24 | 1C |
| Octal | 56 | 141 | 63 | 65 | 0 | 57 | 76 | 176 | 44 | 34 |
| Binary | 101110 | 1100001 | 110011 | 110101 | 0 | 101111 | 111110 | 1111110 | 100100 | 11100 |
Color Harmonies of #2E6133
Complementary color
Monochromatic Colors of #2E6133
Black with #2E6133
Text Example
Text Example
White with #2E6133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6133; }
p { color: rgb(46,97,51); }
H1.HeaderClassName
{
color: #2E6133;
}
.AnyTagClassName
{
color: #2E6133;
}
</style>
background-color css
<style>
a { background-color: #2E6133; }
a { background-color: rgb(46,97,51); }
div.DivClassName
{
background-color: #2E6133;
}
.BgClassName
{
background-color: #2E6133;
}
</style>
border-color css
<style>
span { border-color: #2E6133; }
span { border-color: rgb(46,97,51); }
td.TdClassName
{
border-color: #2E6133;
}
.TagClassName
{
border-color: #2E6133;
}
</style>