Shades of Green Pea #2E6E43
Tints of Green Pea #2E6E43
RGB
CMYK
RGB Variations
Color information
#2E6E43 (or 0x2E6E43) is known color: Green Pea. HEX triplet: 2E, 6E and 43. RGB value is (46,110,67). Sum of RGB (Red+Green+Blue) = 46+110+67=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6E43 is #D191BC. Grayscale: #565656. Windows color (decimal): -13734333 or 4419118. OLE color: 4419118.
HSL color Cylindrical-coordinate representation of color #2E6E43: hue angle of 139.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E43 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 67 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.57 |
| HSL | 139.69º | 0.41% | 0.31% | - |
| HSV(B) | 139.69º | 0.58% | 0.43% | - |
| XYZ | 7.72 | 12.14 | 7.25 | - |
| YUV | 85.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 67 | 0.58 | 0 | 0.39 | 0.57 | 139.69 | 0.41 | 0.31 |
| Hex | 2E | 6E | 43 | 3A | 0 | 27 | 39 | 8C | 29 | 1F |
| Octal | 56 | 156 | 103 | 72 | 0 | 47 | 71 | 214 | 51 | 37 |
| Binary | 101110 | 1101110 | 1000011 | 111010 | 0 | 100111 | 111001 | 10001100 | 101001 | 11111 |
Color Harmonies of #2E6E43
Complementary color
Monochromatic Colors of #2E6E43
Black with #2E6E43
Text Example
Text Example
White with #2E6E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E43; }
p { color: rgb(46,110,67); }
H1.HeaderClassName
{
color: #2E6E43;
}
.AnyTagClassName
{
color: #2E6E43;
}
</style>
background-color css
<style>
a { background-color: #2E6E43; }
a { background-color: rgb(46,110,67); }
div.DivClassName
{
background-color: #2E6E43;
}
.BgClassName
{
background-color: #2E6E43;
}
</style>
border-color css
<style>
span { border-color: #2E6E43; }
span { border-color: rgb(46,110,67); }
td.TdClassName
{
border-color: #2E6E43;
}
.TagClassName
{
border-color: #2E6E43;
}
</style>