Shades of Green Pea #2E6346
Tints of Green Pea #2E6346
RGB
CMYK
RGB Variations
Color information
#2E6346 (or 0x2E6346) is known color: Green Pea. HEX triplet: 2E, 63 and 46. RGB value is (46,99,70). Sum of RGB (Red+Green+Blue) = 46+99+70=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6346 is #D19CB9. Grayscale: #4F4F4F. Windows color (decimal): -13737146 or 4612910. OLE color: 4612910.
HSL color Cylindrical-coordinate representation of color #2E6346: hue angle of 147.17º 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 #2E6346 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 99 | 70 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.61 |
| HSL | 147.17º | 0.37% | 0.28% | - |
| HSV(B) | 147.17º | 0.54% | 0.39% | - |
| XYZ | 6.69 | 9.95 | 7.36 | - |
| YUV | 79.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 70 | 0.54 | 0 | 0.29 | 0.61 | 147.17 | 0.37 | 0.28 |
| Hex | 2E | 63 | 46 | 36 | 0 | 1D | 3D | 93 | 25 | 1C |
| Octal | 56 | 143 | 106 | 66 | 0 | 35 | 75 | 223 | 45 | 34 |
| Binary | 101110 | 1100011 | 1000110 | 110110 | 0 | 11101 | 111101 | 10010011 | 100101 | 11100 |
Color Harmonies of #2E6346
Complementary color
Monochromatic Colors of #2E6346
Black with #2E6346
Text Example
Text Example
White with #2E6346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6346; }
p { color: rgb(46,99,70); }
H1.HeaderClassName
{
color: #2E6346;
}
.AnyTagClassName
{
color: #2E6346;
}
</style>
background-color css
<style>
a { background-color: #2E6346; }
a { background-color: rgb(46,99,70); }
div.DivClassName
{
background-color: #2E6346;
}
.BgClassName
{
background-color: #2E6346;
}
</style>
border-color css
<style>
span { border-color: #2E6346; }
span { border-color: rgb(46,99,70); }
td.TdClassName
{
border-color: #2E6346;
}
.TagClassName
{
border-color: #2E6346;
}
</style>