#2E9891

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

Shades of Java #2E9891

Tints of Java #2E9891

Color information

#2E9891 (or 0x2E9891) is unknown color: approx Java. HEX triplet: 2E, 98 and 91. RGB value is (46,152,145). Sum of RGB (Red+Green+Blue) = 46+152+145=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #2E9891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9891 is #D1676E. Grayscale: #777777. Windows color (decimal): -13723503 or 9541678. OLE color: 9541678.

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

Color convert

RGB46152145-
CMYK0.7000.050.40
HSL176.04º53.54%38.82%-
HSV(B)176.04º69.74%59.61%-
XYZ17.4725.0830.71-
YUV119.51142.3875.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.41%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=13.41%
G=44.31%
B=42.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal461521450.7000.050.40176.0453.5438.82
Hex2E9891460528b03627
Octal5623022110605502606647
Binary10111010011000100100011000110010110100010110000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,152,145); }

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

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

 a { background-color: rgb(46,152,145); }

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

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

 span { border-color: rgb(46,152,145); }

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