Shades of Green Pea #2E7048
Tints of Green Pea #2E7048
RGB
CMYK
RGB Variations
Color information
#2E7048 (or 0x2E7048) is known color: Green Pea. HEX triplet: 2E, 70 and 48. RGB value is (46,112,72). Sum of RGB (Red+Green+Blue) = 46+112+72=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7048 is #D18FB7. Grayscale: #575757. Windows color (decimal): -13733816 or 4747310. OLE color: 4747310.
HSL color Cylindrical-coordinate representation of color #2E7048: hue angle of 143.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7048 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 72 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.56 |
| HSL | 143.64º | 0.42% | 0.31% | - |
| HSV(B) | 143.64º | 0.59% | 0.44% | - |
| XYZ | 8.09 | 12.64 | 8.14 | - |
| YUV | 87.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 72 | 0.59 | 0 | 0.36 | 0.56 | 143.64 | 0.42 | 0.31 |
| Hex | 2E | 70 | 48 | 3B | 0 | 24 | 38 | 90 | 2A | 1F |
| Octal | 56 | 160 | 110 | 73 | 0 | 44 | 70 | 220 | 52 | 37 |
| Binary | 101110 | 1110000 | 1001000 | 111011 | 0 | 100100 | 111000 | 10010000 | 101010 | 11111 |
Color Harmonies of #2E7048
Complementary color
Monochromatic Colors of #2E7048
Black with #2E7048
Text Example
Text Example
White with #2E7048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7048; }
p { color: rgb(46,112,72); }
H1.HeaderClassName
{
color: #2E7048;
}
.AnyTagClassName
{
color: #2E7048;
}
</style>
background-color css
<style>
a { background-color: #2E7048; }
a { background-color: rgb(46,112,72); }
div.DivClassName
{
background-color: #2E7048;
}
.BgClassName
{
background-color: #2E7048;
}
</style>
border-color css
<style>
span { border-color: #2E7048; }
span { border-color: rgb(46,112,72); }
td.TdClassName
{
border-color: #2E7048;
}
.TagClassName
{
border-color: #2E7048;
}
</style>