#2E8677

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

Shades of Elm #2E8677

Tints of Elm #2E8677

Color information

#2E8677 (or 0x2E8677) is unknown color: approx Elm. HEX triplet: 2E, 86 and 77. RGB value is (46,134,119). Sum of RGB (Red+Green+Blue) = 46+134+119=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8677 is #D17988. Grayscale: #696969. Windows color (decimal): -13728137 or 7833134. OLE color: 7833134.

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

Color convert

RGB46134119-
CMYK0.6600.110.47
HSL169.77º48.89%35.29%-
HSV(B)169.77º65.67%52.55%-
XYZ12.9818.9620.43-
YUV105.98135.3585.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=15.38%
G=44.82%
B=39.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461341190.6600.110.47169.7748.8935.29
Hex2E8677420B2Faa3123
Octal56206167102013572526143
Binary10111010000110111011110000100101110111110101010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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