#2E847D

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

Shades of Elm #2E847D

Tints of Elm #2E847D

Color information

#2E847D (or 0x2E847D) is unknown color: approx Elm. HEX triplet: 2E, 84 and 7D. RGB value is (46,132,125). Sum of RGB (Red+Green+Blue) = 46+132+125=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #2E847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E847D is #D17B82. Grayscale: #696969. Windows color (decimal): -13728643 or 8225838. OLE color: 8225838.

HSL color Cylindrical-coordinate representation of color #2E847D: hue angle of 175.12º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E847D is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB46132125-
CMYK0.6500.050.48
HSL175.12º48.31%34.9%-
HSV(B)175.12º65.15%51.76%-
XYZ13.0818.5622.3-
YUV105.49139.0185.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=15.18%
G=43.56%
B=41.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461321250.6500.050.48175.1248.3134.9
Hex2E847D410530af3023
Octal5620417510105602576043
Binary1011101000010011111011000001010111000010101111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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