Html Css Color HEX #2EA39D Java

📋 copy color: '#2EA39D'

red 46 ◦ green 163 ◦ blue 157

#2EA39D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #2EA39D

Tints of Java #2EA39D

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.9%

R = 12.57%
G = 44.54%
B = 42.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#2EA39D (or 0x2EA39D) is known color: 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

RGB 46 163 157 -
CMYK 0.72 0 0.04 0.36
HSL 176.92º 0.56% 0.41% -
HSV(B) 176.92º 0.72% 0.64% -
XYZ 20.31 29.21 36.47 -
YUV 127.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 46 163 157 0.72 0 0.04 0.36 176.92 0.56 0.41
Hex 2E A3 9D 48 0 4 24 B1 38 29
Octal 56 243 235 110 0 4 44 261 70 51
Binary 101110 10100011 10011101 1001000 0 100 100100 10110001 111000 101001

Color Harmonies of #2EA39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA39D

Black with #2EA39D

Text Example


Text Example

White with #2EA39D

Text Example


Text Example

HTML Codes & Css Web 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>