#2E6A48

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

Shades of Green Pea #2E6A48

Tints of Green Pea #2E6A48

Color information

#2E6A48 (or 0x2E6A48) is unknown color: approx Green Pea. HEX triplet: 2E, 6A and 48. RGB value is (46,106,72). Sum of RGB (Red+Green+Blue) = 46+106+72=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A48 is #D195B7. Grayscale: #545454. Windows color (decimal): -13735352 or 4745774. OLE color: 4745774.

HSL color Cylindrical-coordinate representation of color #2E6A48: hue angle of 146º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6A48 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB4610672-
CMYK0.5700.320.58
HSL146º39.47%29.8%-
HSV(B)146º56.6%41.57%-
XYZ7.4511.367.93-
YUV84.18121.12100.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.54%
GREEN value IS 106 (41.80% from 255) = 47.32%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=20.54%
G=47.32%
B=32.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46106720.5700.320.5814639.4729.8
Hex2E6A48390203A92271e
Octal5615211071040722224736
Binary1011101101010100100011100101000001110101001001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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