Html Css Color HEX #2E9893 Java

📋 copy color: '#2E9893'

red 46 ◦ green 152 ◦ blue 147

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

Shades of Java #2E9893

Tints of Java #2E9893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.06%

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 13.33%
G = 44.06%
B = 42.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#2E9893 (or 0x2E9893) is known color: Java. HEX triplet: 2E, 98 and 93. RGB value is (46,152,147). Sum of RGB (Red+Green+Blue) = 46+152+147=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #2E9893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9893 is #D1676C. Grayscale: #777777. Windows color (decimal): -13723501 or 9672750. OLE color: 9672750.

HSL color Cylindrical-coordinate representation of color #2E9893: hue angle of 177.17º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9893 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 46 152 147 -
CMYK 0.70 0 0.03 0.40
HSL 177.17º 0.54% 0.39% -
HSV(B) 177.17º 0.7% 0.6% -
XYZ 17.62 25.14 31.53 -
YUV 119.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 46 152 147 0.70 0 0.03 0.40 177.17 0.54 0.39
Hex 2E 98 93 46 0 3 28 B1 36 27
Octal 56 230 223 106 0 3 50 261 66 47
Binary 101110 10011000 10010011 1000110 0 11 101000 10110001 110110 100111

Color Harmonies of #2E9893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9893

Black with #2E9893

Text Example


Text Example

White with #2E9893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,152,147); }

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

background-color css

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

 a { background-color: rgb(46,152,147); }

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

border-color css

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

 span { border-color: rgb(46,152,147); }

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