#2E694C

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

Shades of Green Pea #2E694C

Tints of Green Pea #2E694C

Color information

#2E694C (or 0x2E694C) is unknown color: approx Green Pea. HEX triplet: 2E, 69 and 4C. RGB value is (46,105,76). Sum of RGB (Red+Green+Blue) = 46+105+76=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #2E694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E694C is #D196B3. Grayscale: #545454. Windows color (decimal): -13735604 or 5007662. OLE color: 5007662.

HSL color Cylindrical-coordinate representation of color #2E694C: hue angle of 150.51º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E694C is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB4610576-
CMYK0.5600.280.59
HSL150.51º39.07%29.61%-
HSV(B)150.51º56.19%41.18%-
XYZ7.4811.218.61-
YUV84.05123.45100.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=20.26%
G=46.26%
B=33.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46105760.5600.280.59150.5139.0729.61
Hex2E694C3801C3B97271e
Octal5615111470034732274736
Binary101110110100110011001110000111001110111001011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,105,76); }

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

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

 a { background-color: rgb(46,105,76); }

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

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

 span { border-color: rgb(46,105,76); }

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