#2EA39D

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

Shades of Java #2EA39D

Tints of Java #2EA39D

Color information

#2EA39D (or 0x2EA39D) is unknown color: approx Java. HEX triplet: 2E, A3 and 9D. RGB value is (46,163,157). Sum of RGB (Red+Green+Blue) = 46+163+157=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA39D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA39D is #D15C62. Grayscale: #7F7F7F. Windows color (decimal): -13720675 or 10330926. OLE color: 10330926.

HSL color Cylindrical-coordinate representation of color #2EA39D: hue angle of 176.92º 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 #2EA39D is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB46163157-
CMYK0.7200.040.36
HSL176.92º55.98%40.98%-
HSV(B)176.92º71.78%63.92%-
XYZ20.3129.2136.47-
YUV127.33144.7469.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.57%
GREEN value IS 163 (64.06% from 255) = 44.54%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=12.57%
G=44.54%
B=42.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461631570.7200.040.36176.9255.9840.98
Hex2EA39D480424b13829
Octal5624323511004442617051
Binary10111010100011100111011001000010010010010110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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