#2E674C

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

Shades of Green Pea #2E674C

Tints of Green Pea #2E674C

Color information

#2E674C (or 0x2E674C) is unknown color: approx Green Pea. HEX triplet: 2E, 67 and 4C. RGB value is (46,103,76). Sum of RGB (Red+Green+Blue) = 46+103+76=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #2E674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E674C is #D198B3. Grayscale: #525252. Windows color (decimal): -13736116 or 5007150. OLE color: 5007150.

HSL color Cylindrical-coordinate representation of color #2E674C: hue angle of 151.58º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E674C is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB4610376-
CMYK0.5500.260.60
HSL151.58º38.26%29.22%-
HSV(B)151.58º55.34%40.39%-
XYZ7.2810.88.54-
YUV82.88124.12101.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=20.44%
G=45.78%
B=33.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46103760.5500.260.60151.5838.2629.22
Hex2E674C3701A3C98261d
Octal5614711467032742304635
Binary101110110011110011001101110110101111001001100010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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