#2EA59C

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

Shades of Java #2EA59C

Tints of Java #2EA59C

Color information

#2EA59C (or 0x2EA59C) is unknown color: approx Java. HEX triplet: 2E, A5 and 9C. RGB value is (46,165,156). Sum of RGB (Red+Green+Blue) = 46+165+156=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA59C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA59C is #D15A63. Grayscale: #808080. Windows color (decimal): -13720164 or 10265902. OLE color: 10265902.

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

Color convert

RGB46165156-
CMYK0.7200.050.35
HSL175.46º56.4%41.37%-
HSV(B)175.46º72.12%64.71%-
XYZ20.5829.8936.14-
YUV128.39143.5869.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.53%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=12.53%
G=44.96%
B=42.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461651560.7200.050.35175.4656.441.37
Hex2EA59C480523af3829
Octal5624523411005432577051
Binary10111010100101100111001001000010110001110101111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,165,156); }

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

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

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

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

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

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

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