#2E8983

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

Shades of Elm #2E8983

Tints of Elm #2E8983

Color information

#2E8983 (or 0x2E8983) is unknown color: approx Elm. HEX triplet: 2E, 89 and 83. RGB value is (46,137,131). Sum of RGB (Red+Green+Blue) = 46+137+131=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8983 is #D1767C. Grayscale: #6D6D6D. Windows color (decimal): -13727357 or 8620334. OLE color: 8620334.

HSL color Cylindrical-coordinate representation of color #2E8983: hue angle of 176.04º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8983 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB46137131-
CMYK0.6600.040.46
HSL176.04º49.73%35.88%-
HSV(B)176.04º66.42%53.73%-
XYZ14.1720.1124.61-
YUV109.11140.3582.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.65%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=14.65%
G=43.63%
B=41.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461371310.6600.040.46176.0449.7335.88
Hex2E898342042Eb03224
Octal5621120310204562606244
Binary10111010001001100000111000010010010111010110000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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