#2E837D

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

Shades of Elm #2E837D

Tints of Elm #2E837D

Color information

#2E837D (or 0x2E837D) is unknown color: approx Elm. HEX triplet: 2E, 83 and 7D. RGB value is (46,131,125). Sum of RGB (Red+Green+Blue) = 46+131+125=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #2E837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E837D is #D17C82. Grayscale: #686868. Windows color (decimal): -13728899 or 8225582. OLE color: 8225582.

HSL color Cylindrical-coordinate representation of color #2E837D: hue angle of 175.76º 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 #2E837D is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB46131125-
CMYK0.6500.050.49
HSL175.76º48.02%34.71%-
HSV(B)175.76º64.89%51.37%-
XYZ12.9418.2922.25-
YUV104.9139.3485.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=15.23%
G=43.38%
B=41.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461311250.6500.050.49175.7648.0234.71
Hex2E837D410531b03023
Octal5620317510105612606043
Binary1011101000001111111011000001010111000110110000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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