#2E8279

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

Shades of Elm #2E8279

Tints of Elm #2E8279

Color information

#2E8279 (or 0x2E8279) is unknown color: approx Elm. HEX triplet: 2E, 82 and 79. RGB value is (46,130,121). Sum of RGB (Red+Green+Blue) = 46+130+121=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8279 is #D17D86. Grayscale: #676767. Windows color (decimal): -13729159 or 7963182. OLE color: 7963182.

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

Color convert

RGB46130121-
CMYK0.6500.070.49
HSL173.57º47.73%34.51%-
HSV(B)173.57º64.62%50.98%-
XYZ12.5617.9320.89-
YUV103.86137.6786.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=15.49%
G=43.77%
B=40.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461301210.6500.070.49173.5747.7334.51
Hex2E8279410731ae3023
Octal5620217110107612566043
Binary1011101000001011110011000001011111000110101110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,121); }

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

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

 a { background-color: rgb(46,130,121); }

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

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

 span { border-color: rgb(46,130,121); }

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