#2ea59b

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

Shades of Java #2EA59B

Tints of Java #2EA59B

Color information

#2EA59B (or 0x2EA59B) is unknown color: approx Java. HEX triplet: 2E, A5 and 9B. RGB value is (46,165,155). Sum of RGB (Red+Green+Blue) = 46+165+155=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA59B is #D15A64. Grayscale: #808080. Windows color (decimal): -13720165 or 10200366. OLE color: 10200366.

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

Color convert

RGB46165155-
CMYK0.7200.060.35
HSL174.96º56.4%41.37%-
HSV(B)174.96º72.12%64.71%-
XYZ20.529.8635.69-
YUV128.28143.0869.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.57%
GREEN value IS 165 (64.84% from 255) = 45.08%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=12.57%
G=45.08%
B=42.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461651550.7200.060.35174.9656.441.37
Hex2EA59B480623af3829
Octal5624523311006432577051
Binary10111010100101100110111001000011010001110101111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ea59b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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