Shades of Green Pea #2E6247
Tints of Green Pea #2E6247
RGB
CMYK
RGB Variations
Color information
#2E6247 (or 0x2E6247) is known color: Green Pea. HEX triplet: 2E, 62 and 47. RGB value is (46,98,71). Sum of RGB (Red+Green+Blue) = 46+98+71=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6247 is #D19DB8. Grayscale: #4F4F4F. Windows color (decimal): -13737401 or 4678190. OLE color: 4678190.
HSL color Cylindrical-coordinate representation of color #2E6247: hue angle of 148.85º 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 #2E6247 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 71 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.62 |
| HSL | 148.85º | 0.36% | 0.28% | - |
| HSV(B) | 148.85º | 0.53% | 0.38% | - |
| XYZ | 6.63 | 9.77 | 7.5 | - |
| YUV | 79.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 71 | 0.53 | 0 | 0.28 | 0.62 | 148.85 | 0.36 | 0.28 |
| Hex | 2E | 62 | 47 | 35 | 0 | 1C | 3E | 95 | 24 | 1C |
| Octal | 56 | 142 | 107 | 65 | 0 | 34 | 76 | 225 | 44 | 34 |
| Binary | 101110 | 1100010 | 1000111 | 110101 | 0 | 11100 | 111110 | 10010101 | 100100 | 11100 |
Color Harmonies of #2E6247
Complementary color
Monochromatic Colors of #2E6247
Black with #2E6247
Text Example
Text Example
White with #2E6247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6247; }
p { color: rgb(46,98,71); }
H1.HeaderClassName
{
color: #2E6247;
}
.AnyTagClassName
{
color: #2E6247;
}
</style>
background-color css
<style>
a { background-color: #2E6247; }
a { background-color: rgb(46,98,71); }
div.DivClassName
{
background-color: #2E6247;
}
.BgClassName
{
background-color: #2E6247;
}
</style>
border-color css
<style>
span { border-color: #2E6247; }
span { border-color: rgb(46,98,71); }
td.TdClassName
{
border-color: #2E6247;
}
.TagClassName
{
border-color: #2E6247;
}
</style>