#2E837B

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

Shades of Elm #2E837B

Tints of Elm #2E837B

Color information

#2E837B (or 0x2E837B) is unknown color: approx Elm. HEX triplet: 2E, 83 and 7B. RGB value is (46,131,123). Sum of RGB (Red+Green+Blue) = 46+131+123=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #2E837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E837B is #D17C84. Grayscale: #686868. Windows color (decimal): -13728901 or 8094510. OLE color: 8094510.

HSL color Cylindrical-coordinate representation of color #2E837B: hue angle of 174.35º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E837B is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB46131123-
CMYK0.6500.060.49
HSL174.35º48.02%34.71%-
HSV(B)174.35º64.89%51.37%-
XYZ12.8218.2421.58-
YUV104.67138.3486.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 123 (48.44% from 255) = 41%
R=15.33%
G=43.67%
B=41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461311230.6500.060.49174.3548.0234.71
Hex2E837B410631ae3023
Octal5620317310106612566043
Binary1011101000001111110111000001011011000110101110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,131,123); }

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

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

 a { background-color: rgb(46,131,123); }

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

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

 span { border-color: rgb(46,131,123); }

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