#2E998E

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

Shades of Java #2E998E

Tints of Java #2E998E

Color information

#2E998E (or 0x2E998E) is unknown color: approx Java. HEX triplet: 2E, 99 and 8E. RGB value is (46,153,142). Sum of RGB (Red+Green+Blue) = 46+153+142=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #2E998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E998E is #D16671. Grayscale: #777777. Windows color (decimal): -13723250 or 9345326. OLE color: 9345326.

HSL color Cylindrical-coordinate representation of color #2E998E: hue angle of 173.83º 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 #2E998E is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB46153142-
CMYK0.7000.070.4
HSL173.83º53.77%39.02%-
HSV(B)173.83º69.93%60%-
XYZ17.425.3229.56-
YUV119.75140.5575.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.49%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=13.49%
G=44.87%
B=41.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal461531420.7000.070.4173.8353.7739.02
Hex2E998E460728ae3627
Octal5623121610607502566647
Binary10111010011001100011101000110011110100010101110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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