#2E8C83

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

Shades of Elm #2E8C83

Tints of Elm #2E8C83

Color information

#2E8C83 (or 0x2E8C83) is unknown color: approx Elm. HEX triplet: 2E, 8C and 83. RGB value is (46,140,131). Sum of RGB (Red+Green+Blue) = 46+140+131=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8C83 is #D1737C. Grayscale: #6E6E6E. Windows color (decimal): -13726589 or 8621102. OLE color: 8621102.

HSL color Cylindrical-coordinate representation of color #2E8C83: hue angle of 174.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C83 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB46140131-
CMYK0.6700.060.45
HSL174.26º50.54%36.47%-
HSV(B)174.26º67.14%54.9%-
XYZ14.620.9824.75-
YUV110.87139.3681.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 140 (55.08% from 255) = 44.16%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=14.51%
G=44.16%
B=41.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461401310.6700.060.45174.2650.5436.47
Hex2E8C8343062Dae3324
Octal5621420310306552566344
Binary10111010001100100000111000011011010110110101110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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