#2E5D45

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

Shades of Green Pea #2E5D45

Tints of Green Pea #2E5D45

Color information

#2E5D45 (or 0x2E5D45) is unknown color: approx Green Pea. HEX triplet: 2E, 5D and 45. RGB value is (46,93,69). Sum of RGB (Red+Green+Blue) = 46+93+69=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5D45 is #D1A2BA. Grayscale: #4C4C4C. Windows color (decimal): -13738683 or 4545838. OLE color: 4545838.

HSL color Cylindrical-coordinate representation of color #2E5D45: hue angle of 149.36º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5D45 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB469369-
CMYK0.5100.260.64
HSL149.36º33.81%27.25%-
HSV(B)149.36º50.54%36.47%-
XYZ6.128.847.01-
YUV76.21123.93106.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 93 (36.72% from 255) = 44.71%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=22.12%
G=44.71%
B=33.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4693690.5100.260.64149.3633.8127.25
Hex2E5D453301A4095221b
Octal56135105630321002254233
Binary1011101011101100010111001101101010000001001010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,93,69); }

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

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

 a { background-color: rgb(46,93,69); }

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

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

 span { border-color: rgb(46,93,69); }

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