#2EA398

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

Shades of Java #2EA398

Tints of Java #2EA398

Color information

#2EA398 (or 0x2EA398) is unknown color: approx Java. HEX triplet: 2E, A3 and 98. RGB value is (46,163,152). Sum of RGB (Red+Green+Blue) = 46+163+152=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA398 is #D15C67. Grayscale: #7E7E7E. Windows color (decimal): -13720680 or 10003246. OLE color: 10003246.

HSL color Cylindrical-coordinate representation of color #2EA398: hue angle of 174.36º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA398 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB46163152-
CMYK0.7200.070.36
HSL174.36º55.98%40.98%-
HSV(B)174.36º71.78%63.92%-
XYZ19.8929.0434.26-
YUV126.76142.2470.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.74%
GREEN value IS 163 (64.06% from 255) = 45.15%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=12.74%
G=45.15%
B=42.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461631520.7200.070.36174.3655.9840.98
Hex2EA398480724ae3829
Octal5624323011007442567051
Binary10111010100011100110001001000011110010010101110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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