#2E5B45

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

Shades of Green Pea #2E5B45

Tints of Green Pea #2E5B45

Color information

#2E5B45 (or 0x2E5B45) is unknown color: approx Green Pea. HEX triplet: 2E, 5B and 45. RGB value is (46,91,69). Sum of RGB (Red+Green+Blue) = 46+91+69=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #2E5B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5B45 is #D1A4BA. Grayscale: #4B4B4B. Windows color (decimal): -13739195 or 4545326. OLE color: 4545326.

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

Color convert

RGB469169-
CMYK0.4900.240.64
HSL150.67º32.85%26.86%-
HSV(B)150.67º49.45%35.69%-
XYZ5.948.496.96-
YUV75.04124.59107.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.33%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=22.33%
G=44.17%
B=33.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4691690.4900.240.64150.6732.8526.86
Hex2E5B45310184097211b
Octal56133105610301002274133
Binary1011101011011100010111000101100010000001001011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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