Html Css Color HEX #2E9194 Java

📋 copy color: '#2E9194'

red 46 ◦ green 145 ◦ blue 148

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

Shades of Java #2E9194

Tints of Java #2E9194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.77%

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 13.57%
G = 42.77%
B = 43.66%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E9194 (or 0x2E9194) is known color: Java. HEX triplet: 2E, 91 and 94. RGB value is (46,145,148). Sum of RGB (Red+Green+Blue) = 46+145+148=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E9194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9194 is #D16E6B. Grayscale: #737373. Windows color (decimal): -13725292 or 9736494. OLE color: 9736494.

HSL color Cylindrical-coordinate representation of color #2E9194: hue angle of 181.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9194 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 145 148 -
CMYK 0.69 0.02 0 0.42
HSL 181.76º 0.53% 0.38% -
HSV(B) 181.76º 0.69% 0.58% -
XYZ 16.6 22.97 31.58 -
YUV 115.74 146.2 78.26 -
System Red Green Blue C M Y K H S L
Decimal 46 145 148 0.69 0.02 0 0.42 181.76 0.53 0.38
Hex 2E 91 94 45 2 0 2A B6 35 26
Octal 56 221 224 105 2 0 52 266 65 46
Binary 101110 10010001 10010100 1000101 10 0 101010 10110110 110101 100110

Color Harmonies of #2E9194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9194

Black with #2E9194

Text Example


Text Example

White with #2E9194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,148); }

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

background-color css

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

 a { background-color: rgb(46,145,148); }

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

border-color css

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

 span { border-color: rgb(46,145,148); }

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