#2E6A44

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

Shades of Green Pea #2E6A44

Tints of Green Pea #2E6A44

Color information

#2E6A44 (or 0x2E6A44) is unknown color: approx Green Pea. HEX triplet: 2E, 6A and 44. RGB value is (46,106,68). Sum of RGB (Red+Green+Blue) = 46+106+68=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A44 is #D195BB. Grayscale: #535353. Windows color (decimal): -13735356 or 4483630. OLE color: 4483630.

HSL color Cylindrical-coordinate representation of color #2E6A44: hue angle of 142º 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 #2E6A44 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB4610668-
CMYK0.5700.360.58
HSL142º39.47%29.8%-
HSV(B)142º56.6%41.57%-
XYZ7.3211.317.27-
YUV83.73119.12101.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 106 (41.80% from 255) = 48.18%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=20.91%
G=48.18%
B=30.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46106680.5700.360.5814239.4729.8
Hex2E6A44390243A8e271e
Octal5615210471044722164736
Binary1011101101010100010011100101001001110101000111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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