Html Css Color HEX #2EA29F Java

📋 copy color: '#2EA29F'

red 46 ◦ green 162 ◦ blue 159

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

Shades of Java #2EA29F

Tints of Java #2EA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 12.53%
G = 44.14%
B = 43.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#2EA29F (or 0x2EA29F) is known color: Java. HEX triplet: 2E, A2 and 9F. RGB value is (46,162,159). Sum of RGB (Red+Green+Blue) = 46+162+159=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA29F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA29F is #D15D60. Grayscale: #7E7E7E. Windows color (decimal): -13720929 or 10461742. OLE color: 10461742.

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

Color convert

RGB 46 162 159 -
CMYK 0.72 0 0.02 0.36
HSL 178.45º 0.56% 0.41% -
HSV(B) 178.45º 0.72% 0.64% -
XYZ 20.31 28.92 37.31 -
YUV 126.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 46 162 159 0.72 0 0.02 0.36 178.45 0.56 0.41
Hex 2E A2 9F 48 0 2 24 B2 38 29
Octal 56 242 237 110 0 2 44 262 70 51
Binary 101110 10100010 10011111 1001000 0 10 100100 10110010 111000 101001

Color Harmonies of #2EA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA29F

Black with #2EA29F

Text Example


Text Example

White with #2EA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,162,159); }

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

background-color css

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

 a { background-color: rgb(46,162,159); }

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

border-color css

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

 span { border-color: rgb(46,162,159); }

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