#2E6148

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

Shades of Green Pea #2E6148

Tints of Green Pea #2E6148

Color information

#2E6148 (or 0x2E6148) is unknown color: approx Green Pea. HEX triplet: 2E, 61 and 48. RGB value is (46,97,72). Sum of RGB (Red+Green+Blue) = 46+97+72=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6148 is #D19EB7. Grayscale: #4E4E4E. Windows color (decimal): -13737656 or 4743470. OLE color: 4743470.

HSL color Cylindrical-coordinate representation of color #2E6148: hue angle of 150.59º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6148 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB469772-
CMYK0.5300.260.62
HSL150.59º35.66%28.04%-
HSV(B)150.59º52.58%38.04%-
XYZ6.579.67.64-
YUV78.9124.1104.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=21.40%
G=45.12%
B=33.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4697720.5300.260.62150.5935.6628.04
Hex2E61483501A3E97241c
Octal5614111065032762274434
Binary101110110000110010001101010110101111101001011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,97,72); }

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

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

 a { background-color: rgb(46,97,72); }

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

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

 span { border-color: rgb(46,97,72); }

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