Html Css Color HEX #2EA499 Java

📋 copy color: '#2EA499'

red 46 ◦ green 164 ◦ blue 153

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

Shades of Java #2EA499

Tints of Java #2EA499

RGB

 RED value IS 46 (18.36% from 255) = 12.67%

 GREEN value IS 164 (64.45% from 255) = 45.18%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 12.67%
G = 45.18%
B = 42.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#2EA499 (or 0x2EA499) is known color: Java. HEX triplet: 2E, A4 and 99. RGB value is (46,164,153). Sum of RGB (Red+Green+Blue) = 46+164+153=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA499 is #D15B66. Grayscale: #7F7F7F. Windows color (decimal): -13720423 or 10069038. OLE color: 10069038.

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

Color convert

RGB 46 164 153 -
CMYK 0.72 0 0.07 0.36
HSL 174.41º 0.56% 0.41% -
HSV(B) 174.41º 0.72% 0.64% -
XYZ 20.15 29.43 34.76 -
YUV 127.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 46 164 153 0.72 0 0.07 0.36 174.41 0.56 0.41
Hex 2E A4 99 48 0 7 24 AE 38 29
Octal 56 244 231 110 0 7 44 256 70 51
Binary 101110 10100100 10011001 1001000 0 111 100100 10101110 111000 101001

Color Harmonies of #2EA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA499

Black with #2EA499

Text Example


Text Example

White with #2EA499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,164,153); }

 H1.HeaderClassName
 {
   color: #2EA499;
 }
 .AnyTagClassName
 {
   color: #2EA499;
 }
</style>

background-color css

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

 a { background-color: rgb(46,164,153); }

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

border-color css

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

 span { border-color: rgb(46,164,153); }

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