#2E9B94

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

Shades of Java #2E9B94

Tints of Java #2E9B94

Color information

#2E9B94 (or 0x2E9B94) is unknown color: approx Java. HEX triplet: 2E, 9B and 94. RGB value is (46,155,148). Sum of RGB (Red+Green+Blue) = 46+155+148=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #2E9B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9B94 is #D1646B. Grayscale: #797979. Windows color (decimal): -13722732 or 9739054. OLE color: 9739054.

HSL color Cylindrical-coordinate representation of color #2E9B94: hue angle of 176.15º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9B94 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB46155148-
CMYK0.7000.050.39
HSL176.15º54.23%39.41%-
HSV(B)176.15º70.32%60.78%-
XYZ18.1926.1632.11-
YUV121.61142.8974.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.18%
GREEN value IS 155 (60.94% from 255) = 44.41%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=13.18%
G=44.41%
B=42.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal461551480.7000.050.39176.1554.2339.41
Hex2E9B94460527b03627
Octal5623322410605472606647
Binary10111010011011100101001000110010110011110110000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,155,148); }

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

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

 a { background-color: rgb(46,155,148); }

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

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

 span { border-color: rgb(46,155,148); }

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