#2E9095

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

Shades of Java #2E9095

Tints of Java #2E9095

Color information

#2E9095 (or 0x2E9095) is unknown color: approx Java. HEX triplet: 2E, 90 and 95. RGB value is (46,144,149). Sum of RGB (Red+Green+Blue) = 46+144+149=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E9095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9095 is #D16F6A. Grayscale: #737373. Windows color (decimal): -13725547 or 9801774. OLE color: 9801774.

HSL color Cylindrical-coordinate representation of color #2E9095: hue angle of 182.91º degrees, saturation: 0.53, 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 #2E9095 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB46144149-
CMYK0.690.0300.42
HSL182.91º52.82%38.24%-
HSV(B)182.91º69.13%58.43%-
XYZ16.5222.731.94-
YUV115.27147.0378.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.57%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=13.57%
G=42.48%
B=43.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461441490.690.0300.42182.9152.8238.24
Hex2E909545302Ab73526
Octal5622022510530522676546
Binary1011101001000010010101100010111010101010110111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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