Shades of Green Pea #2E6F48
Tints of Green Pea #2E6F48
RGB
CMYK
RGB Variations
Color information
#2E6F48 (or 0x2E6F48) is known color: Green Pea. HEX triplet: 2E, 6F and 48. RGB value is (46,111,72). Sum of RGB (Red+Green+Blue) = 46+111+72=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6F48 is #D190B7. Grayscale: #575757. Windows color (decimal): -13734072 or 4747054. OLE color: 4747054.
HSL color Cylindrical-coordinate representation of color #2E6F48: hue angle of 144º degrees, saturation: 0.41, 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 #2E6F48 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 111 | 72 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.56 |
| HSL | 144º | 0.41% | 0.31% | - |
| HSV(B) | 144º | 0.59% | 0.44% | - |
| XYZ | 7.98 | 12.42 | 8.11 | - |
| YUV | 87.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 72 | 0.59 | 0 | 0.35 | 0.56 | 144 | 0.41 | 0.31 |
| Hex | 2E | 6F | 48 | 3B | 0 | 23 | 38 | 90 | 29 | 1F |
| Octal | 56 | 157 | 110 | 73 | 0 | 43 | 70 | 220 | 51 | 37 |
| Binary | 101110 | 1101111 | 1001000 | 111011 | 0 | 100011 | 111000 | 10010000 | 101001 | 11111 |
Color Harmonies of #2E6F48
Complementary color
Monochromatic Colors of #2E6F48
Black with #2E6F48
Text Example
Text Example
White with #2E6F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6F48; }
p { color: rgb(46,111,72); }
H1.HeaderClassName
{
color: #2E6F48;
}
.AnyTagClassName
{
color: #2E6F48;
}
</style>
background-color css
<style>
a { background-color: #2E6F48; }
a { background-color: rgb(46,111,72); }
div.DivClassName
{
background-color: #2E6F48;
}
.BgClassName
{
background-color: #2E6F48;
}
</style>
border-color css
<style>
span { border-color: #2E6F48; }
span { border-color: rgb(46,111,72); }
td.TdClassName
{
border-color: #2E6F48;
}
.TagClassName
{
border-color: #2E6F48;
}
</style>