#2E9B93

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

Shades of Java #2E9B93

Tints of Java #2E9B93

Color information

#2E9B93 (or 0x2E9B93) is unknown color: approx Java. HEX triplet: 2E, 9B and 93. RGB value is (46,155,147). Sum of RGB (Red+Green+Blue) = 46+155+147=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #2E9B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9B93 is #D1646C. Grayscale: #797979. Windows color (decimal): -13722733 or 9673518. OLE color: 9673518.

HSL color Cylindrical-coordinate representation of color #2E9B93: hue angle of 175.6º 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 #2E9B93 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB46155147-
CMYK0.7000.050.39
HSL175.6º54.23%39.41%-
HSV(B)175.6º70.32%60.78%-
XYZ18.1126.1331.69-
YUV121.5142.3974.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.22%
GREEN value IS 155 (60.94% from 255) = 44.54%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=13.22%
G=44.54%
B=42.24%

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
Decimal461551470.7000.050.39175.654.2339.41
Hex2E9B93460527b03627
Octal5623322310605472606647
Binary10111010011011100100111000110010110011110110000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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