#2E9191

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

Shades of Java #2E9191

Tints of Java #2E9191

Color information

#2E9191 (or 0x2E9191) is unknown color: approx Java. HEX triplet: 2E, 91 and 91. RGB value is (46,145,145). Sum of RGB (Red+Green+Blue) = 46+145+145=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #2E9191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9191 is #D16E6E. Grayscale: #737373. Windows color (decimal): -13725295 or 9539886. OLE color: 9539886.

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

Color convert

RGB46145145-
CMYK0.68000.43
HSL180º51.83%37.45%-
HSV(B)180º68.28%56.86%-
XYZ16.3622.8830.34-
YUV115.4144.778.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.69%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 145 (57.03% from 255) = 43.15%
R=13.69%
G=43.15%
B=43.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal461451450.68000.4318051.8337.45
Hex2E919144002Bb43425
Octal5622122110400532646445
Binary101110100100011001000110001000010101110110100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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