#2E8777

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

Shades of Elm #2E8777

Tints of Elm #2E8777

Color information

#2E8777 (or 0x2E8777) is unknown color: approx Elm. HEX triplet: 2E, 87 and 77. RGB value is (46,135,119). Sum of RGB (Red+Green+Blue) = 46+135+119=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8777 is #D17888. Grayscale: #6A6A6A. Windows color (decimal): -13727881 or 7833390. OLE color: 7833390.

HSL color Cylindrical-coordinate representation of color #2E8777: hue angle of 169.21º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8777 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB46135119-
CMYK0.6600.120.47
HSL169.21º49.17%35.49%-
HSV(B)169.21º65.93%52.94%-
XYZ13.1219.2420.48-
YUV106.56135.0184.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=15.33%
G=45%
B=39.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461351190.6600.120.47169.2149.1735.49
Hex2E8777420C2Fa93123
Octal56207167102014572516143
Binary10111010000111111011110000100110010111110101001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,135,119); }

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

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

 a { background-color: rgb(46,135,119); }

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

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

 span { border-color: rgb(46,135,119); }

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