#2E897B

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

Shades of Elm #2E897B

Tints of Elm #2E897B

Color information

#2E897B (or 0x2E897B) is unknown color: approx Elm. HEX triplet: 2E, 89 and 7B. RGB value is (46,137,123). Sum of RGB (Red+Green+Blue) = 46+137+123=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #2E897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E897B is #D17684. Grayscale: #6C6C6C. Windows color (decimal): -13727365 or 8096046. OLE color: 8096046.

HSL color Cylindrical-coordinate representation of color #2E897B: hue angle of 170.77º 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 #2E897B is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB46137123-
CMYK0.6600.100.46
HSL170.77º49.73%35.88%-
HSV(B)170.77º66.42%53.73%-
XYZ13.6519.921.86-
YUV108.2136.3583.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=15.03%
G=44.77%
B=40.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461371230.6600.100.46170.7749.7335.88
Hex2E897B420A2Eab3224
Octal56211173102012562536244
Binary10111010001001111101110000100101010111010101011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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