#2E7F74

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

Shades of Elm #2E7F74

Tints of Elm #2E7F74

Color information

#2E7F74 (or 0x2E7F74) is unknown color: approx Elm. HEX triplet: 2E, 7F and 74. RGB value is (46,127,116). Sum of RGB (Red+Green+Blue) = 46+127+116=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F74 is #D1808B. Grayscale: #656565. Windows color (decimal): -13729932 or 7634734. OLE color: 7634734.

HSL color Cylindrical-coordinate representation of color #2E7F74: hue angle of 171.85º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F74 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB46127116-
CMYK0.6400.090.50
HSL171.85º46.82%33.92%-
HSV(B)171.85º63.78%49.8%-
XYZ11.8717.0219.18-
YUV101.53136.1688.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.92%
GREEN value IS 127 (50% from 255) = 43.94%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=15.92%
G=43.94%
B=40.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal461271160.6400.090.50171.8546.8233.92
Hex2E7F74400932ac2f22
Octal56177164100011622545742
Binary1011101111111111010010000000100111001010101100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,127,116); }

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

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

 a { background-color: rgb(46,127,116); }

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

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

 span { border-color: rgb(46,127,116); }

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