#2E7F7A

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

Shades of Elm #2E7F7A

Tints of Elm #2E7F7A

Color information

#2E7F7A (or 0x2E7F7A) is unknown color: approx Elm. HEX triplet: 2E, 7F and 7A. RGB value is (46,127,122). Sum of RGB (Red+Green+Blue) = 46+127+122=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F7A is #D18085. Grayscale: #666666. Windows color (decimal): -13729926 or 8027950. OLE color: 8027950.

HSL color Cylindrical-coordinate representation of color #2E7F7A: hue angle of 176.3º 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 #2E7F7A is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB46127122-
CMYK0.6400.040.50
HSL176.3º46.82%33.92%-
HSV(B)176.3º63.78%49.8%-
XYZ12.2317.1621.08-
YUV102.21139.1687.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 127 (50% from 255) = 43.05%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=15.59%
G=43.05%
B=41.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal461271220.6400.040.50176.346.8233.92
Hex2E7F7A400432b02f22
Octal5617717210004622605742
Binary101110111111111110101000000010011001010110000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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