#2E9087

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

Shades of Java #2E9087

Tints of Java #2E9087

Color information

#2E9087 (or 0x2E9087) is unknown color: approx Java. HEX triplet: 2E, 90 and 87. RGB value is (46,144,135). Sum of RGB (Red+Green+Blue) = 46+144+135=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9087 is #D16F78. Grayscale: #717171. Windows color (decimal): -13725561 or 8884270. OLE color: 8884270.

HSL color Cylindrical-coordinate representation of color #2E9087: hue angle of 174.49º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9087 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB46144135-
CMYK0.6800.060.44
HSL174.49º51.58%37.25%-
HSV(B)174.49º68.06%56.47%-
XYZ15.4722.2826.41-
YUV113.67140.0379.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=14.15%
G=44.31%
B=41.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461441350.6800.060.44174.4951.5837.25
Hex2E908744062Cae3425
Octal5622020710406542566445
Binary10111010010000100001111000100011010110010101110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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