#2E6D46

Color #2E6D46 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #2E6D46

Tints of Green Pea #2E6D46

Color information

#2E6D46 (or 0x2E6D46) is unknown color: approx Green Pea. HEX triplet: 2E, 6D and 46. RGB value is (46,109,70). Sum of RGB (Red+Green+Blue) = 46+109+70=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6D46 is #D192B9. Grayscale: #555555. Windows color (decimal): -13734586 or 4615470. OLE color: 4615470.

HSL color Cylindrical-coordinate representation of color #2E6D46: hue angle of 142.86º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D46 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB4610970-
CMYK0.5800.360.57
HSL142.86º40.65%30.39%-
HSV(B)142.86º57.8%42.75%-
XYZ7.711.967.7-
YUV85.72119.1399.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=20.44%
G=48.44%
B=31.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46109700.5800.360.57142.8640.6530.39
Hex2E6D463A024398f291e
Octal5615510672044712175136
Binary1011101101101100011011101001001001110011000111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E6D46; }

 p { color: rgb(46,109,70); }

 H1.HeaderClassName
 {
   color: #2E6D46;
 }
 .AnyTagClassName
 {
   color: #2E6D46;
 }
</style>
background-color css

<style>
 a { background-color: #2E6D46; }

 a { background-color: rgb(46,109,70); }

 div.DivClassName
 {
   background-color: #2E6D46;
 }
 .BgClassName
 {
   background-color: #2E6D46;
 }
</style>
border-color css

<style>
 span { border-color: #2E6D46; }

 span { border-color: rgb(46,109,70); }

 td.TdClassName
 {
   border-color: #2E6D46;
 }
 .TagClassName
 {
   border-color: #2E6D46;
 }
</style>