#2E938E

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

Shades of Java #2E938E

Tints of Java #2E938E

Color information

#2E938E (or 0x2E938E) is unknown color: approx Java. HEX triplet: 2E, 93 and 8E. RGB value is (46,147,142). Sum of RGB (Red+Green+Blue) = 46+147+142=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #2E938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E938E is #D16C71. Grayscale: #747474. Windows color (decimal): -13724786 or 9343790. OLE color: 9343790.

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

Color convert

RGB46147142-
CMYK0.6900.030.42
HSL177.03º52.33%37.84%-
HSV(B)177.03º68.71%57.65%-
XYZ16.4423.429.24-
YUV116.23142.5477.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.73%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=13.73%
G=43.88%
B=42.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461471420.6900.030.42177.0352.3337.84
Hex2E938E45032Ab13426
Octal5622321610503522616446
Binary1011101001001110001110100010101110101010110001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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