Shades of Green Pea #2E6A42
Tints of Green Pea #2E6A42
RGB
CMYK
RGB Variations
Color information
#2E6A42 (or 0x2E6A42) is known color: Green Pea. HEX triplet: 2E, 6A and 42. RGB value is (46,106,66). Sum of RGB (Red+Green+Blue) = 46+106+66=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A42 is #D195BD. Grayscale: #535353. Windows color (decimal): -13735358 or 4352558. OLE color: 4352558.
HSL color Cylindrical-coordinate representation of color #2E6A42: hue angle of 140º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6A42 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 106 | 66 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.58 |
| HSL | 140º | 0.39% | 0.3% | - |
| HSV(B) | 140º | 0.57% | 0.42% | - |
| XYZ | 7.26 | 11.28 | 6.95 | - |
| YUV | 83.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 66 | 0.57 | 0 | 0.38 | 0.58 | 140 | 0.39 | 0.3 |
| Hex | 2E | 6A | 42 | 39 | 0 | 26 | 3A | 8C | 27 | 1E |
| Octal | 56 | 152 | 102 | 71 | 0 | 46 | 72 | 214 | 47 | 36 |
| Binary | 101110 | 1101010 | 1000010 | 111001 | 0 | 100110 | 111010 | 10001100 | 100111 | 11110 |
Color Harmonies of #2E6A42
Complementary color
Monochromatic Colors of #2E6A42
Black with #2E6A42
Text Example
Text Example
White with #2E6A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A42; }
p { color: rgb(46,106,66); }
H1.HeaderClassName
{
color: #2E6A42;
}
.AnyTagClassName
{
color: #2E6A42;
}
</style>
background-color css
<style>
a { background-color: #2E6A42; }
a { background-color: rgb(46,106,66); }
div.DivClassName
{
background-color: #2E6A42;
}
.BgClassName
{
background-color: #2E6A42;
}
</style>
border-color css
<style>
span { border-color: #2E6A42; }
span { border-color: rgb(46,106,66); }
td.TdClassName
{
border-color: #2E6A42;
}
.TagClassName
{
border-color: #2E6A42;
}
</style>