#2E9093

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

Shades of Java #2E9093

Tints of Java #2E9093

Color information

#2E9093 (or 0x2E9093) is unknown color: approx Java. HEX triplet: 2E, 90 and 93. RGB value is (46,144,147). Sum of RGB (Red+Green+Blue) = 46+144+147=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E9093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9093 is #D16F6C. Grayscale: #727272. Windows color (decimal): -13725549 or 9670702. OLE color: 9670702.

HSL color Cylindrical-coordinate representation of color #2E9093: hue angle of 181.78º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9093 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB46144147-
CMYK0.690.0200.42
HSL181.78º52.33%37.84%-
HSV(B)181.78º68.71%57.65%-
XYZ16.3722.6331.11-
YUV115.04146.0378.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.65%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=13.65%
G=42.73%
B=43.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461441470.690.0200.42181.7852.3337.84
Hex2E909345202Ab63426
Octal5622022310520522666446
Binary1011101001000010010011100010110010101010110110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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