#2E897C

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

Shades of Elm #2E897C

Tints of Elm #2E897C

Color information

#2E897C (or 0x2E897C) is unknown color: approx Elm. HEX triplet: 2E, 89 and 7C. RGB value is (46,137,124). Sum of RGB (Red+Green+Blue) = 46+137+124=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #2E897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E897C is #D17683. Grayscale: #6C6C6C. Windows color (decimal): -13727364 or 8161582. OLE color: 8161582.

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

Color convert

RGB46137124-
CMYK0.6600.090.46
HSL171.43º49.73%35.88%-
HSV(B)171.43º66.42%53.73%-
XYZ13.7119.9322.19-
YUV108.31136.8583.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=14.98%
G=44.63%
B=40.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461371240.6600.090.46171.4349.7335.88
Hex2E897C42092Eab3224
Octal56211174102011562536244
Binary10111010001001111110010000100100110111010101011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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