#2E6749

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

Shades of Green Pea #2E6749

Tints of Green Pea #2E6749

Color information

#2E6749 (or 0x2E6749) is unknown color: approx Green Pea. HEX triplet: 2E, 67 and 49. RGB value is (46,103,73). Sum of RGB (Red+Green+Blue) = 46+103+73=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #2E6749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6749 is #D198B6. Grayscale: #525252. Windows color (decimal): -13736119 or 4810542. OLE color: 4810542.

HSL color Cylindrical-coordinate representation of color #2E6749: hue angle of 148.42º 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 #2E6749 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB4610373-
CMYK0.5500.290.60
HSL148.42º38.26%29.22%-
HSV(B)148.42º55.34%40.39%-
XYZ7.1810.768-
YUV82.54122.62101.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=20.72%
G=46.40%
B=32.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46103730.5500.290.60148.4238.2629.22
Hex2E67493701D3C94261d
Octal5614711167035742244635
Binary101110110011110010011101110111011111001001010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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