Shades of Green Pea #2E6147
Tints of Green Pea #2E6147
RGB
CMYK
RGB Variations
Color information
#2E6147 (or 0x2E6147) is known color: Green Pea. HEX triplet: 2E, 61 and 47. RGB value is (46,97,71). Sum of RGB (Red+Green+Blue) = 46+97+71=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6147 is #D19EB8. Grayscale: #4E4E4E. Windows color (decimal): -13737657 or 4677934. OLE color: 4677934.
HSL color Cylindrical-coordinate representation of color #2E6147: hue angle of 149.41º 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 #2E6147 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 71 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.62 |
| HSL | 149.41º | 0.36% | 0.28% | - |
| HSV(B) | 149.41º | 0.53% | 0.38% | - |
| XYZ | 6.54 | 9.59 | 7.47 | - |
| YUV | 78.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 71 | 0.53 | 0 | 0.27 | 0.62 | 149.41 | 0.36 | 0.28 |
| Hex | 2E | 61 | 47 | 35 | 0 | 1B | 3E | 95 | 24 | 1C |
| Octal | 56 | 141 | 107 | 65 | 0 | 33 | 76 | 225 | 44 | 34 |
| Binary | 101110 | 1100001 | 1000111 | 110101 | 0 | 11011 | 111110 | 10010101 | 100100 | 11100 |
Color Harmonies of #2E6147
Complementary color
Monochromatic Colors of #2E6147
Black with #2E6147
Text Example
Text Example
White with #2E6147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6147; }
p { color: rgb(46,97,71); }
H1.HeaderClassName
{
color: #2E6147;
}
.AnyTagClassName
{
color: #2E6147;
}
</style>
background-color css
<style>
a { background-color: #2E6147; }
a { background-color: rgb(46,97,71); }
div.DivClassName
{
background-color: #2E6147;
}
.BgClassName
{
background-color: #2E6147;
}
</style>
border-color css
<style>
span { border-color: #2E6147; }
span { border-color: rgb(46,97,71); }
td.TdClassName
{
border-color: #2E6147;
}
.TagClassName
{
border-color: #2E6147;
}
</style>