Shades of Green Pea #2E6046
Tints of Green Pea #2E6046
RGB
CMYK
RGB Variations
Color information
#2E6046 (or 0x2E6046) is known color: Green Pea. HEX triplet: 2E, 60 and 46. RGB value is (46,96,70). Sum of RGB (Red+Green+Blue) = 46+96+70=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6046 is #D19FB9. Grayscale: #4E4E4E. Windows color (decimal): -13737914 or 4612142. OLE color: 4612142.
HSL color Cylindrical-coordinate representation of color #2E6046: hue angle of 148.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E6046 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 70 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.62 |
| HSL | 148.8º | 0.35% | 0.28% | - |
| HSV(B) | 148.8º | 0.52% | 0.38% | - |
| XYZ | 6.42 | 9.39 | 7.27 | - |
| YUV | 78.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 70 | 0.52 | 0 | 0.27 | 0.62 | 148.8 | 0.35 | 0.28 |
| Hex | 2E | 60 | 46 | 34 | 0 | 1B | 3E | 95 | 23 | 1C |
| Octal | 56 | 140 | 106 | 64 | 0 | 33 | 76 | 225 | 43 | 34 |
| Binary | 101110 | 1100000 | 1000110 | 110100 | 0 | 11011 | 111110 | 10010101 | 100011 | 11100 |
Color Harmonies of #2E6046
Complementary color
Monochromatic Colors of #2E6046
Black with #2E6046
Text Example
Text Example
White with #2E6046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6046; }
p { color: rgb(46,96,70); }
H1.HeaderClassName
{
color: #2E6046;
}
.AnyTagClassName
{
color: #2E6046;
}
</style>
background-color css
<style>
a { background-color: #2E6046; }
a { background-color: rgb(46,96,70); }
div.DivClassName
{
background-color: #2E6046;
}
.BgClassName
{
background-color: #2E6046;
}
</style>
border-color css
<style>
span { border-color: #2E6046; }
span { border-color: rgb(46,96,70); }
td.TdClassName
{
border-color: #2E6046;
}
.TagClassName
{
border-color: #2E6046;
}
</style>