#2E7C76

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

Shades of Elm #2E7C76

Tints of Elm #2E7C76

Color information

#2E7C76 (or 0x2E7C76) is unknown color: approx Elm. HEX triplet: 2E, 7C and 76. RGB value is (46,124,118). Sum of RGB (Red+Green+Blue) = 46+124+118=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C76 is #D18389. Grayscale: #636363. Windows color (decimal): -13730698 or 7765038. OLE color: 7765038.

HSL color Cylindrical-coordinate representation of color #2E7C76: hue angle of 175.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7C76 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB46124118-
CMYK0.6300.050.51
HSL175.38º45.88%33.33%-
HSV(B)175.38º62.9%48.63%-
XYZ11.616.319.67-
YUV99.99138.1689.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.97%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=15.97%
G=43.06%
B=40.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal461241180.6300.050.51175.3845.8833.33
Hex2E7C763F0533af2e21
Octal561741667705632575641
Binary10111011111001110110111111010111001110101111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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