Html Css Color HEX #2E9189 Java

📋 copy color: '#2E9189'

red 46 ◦ green 145 ◦ blue 137

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

Shades of Java #2E9189

Tints of Java #2E9189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 14.02%
G = 44.21%
B = 41.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#2E9189 (or 0x2E9189) is known color: Java. HEX triplet: 2E, 91 and 89. RGB value is (46,145,137). Sum of RGB (Red+Green+Blue) = 46+145+137=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9189 is #D16E76. Grayscale: #727272. Windows color (decimal): -13725303 or 9015598. OLE color: 9015598.

HSL color Cylindrical-coordinate representation of color #2E9189: hue angle of 175.15º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9189 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 145 137 -
CMYK 0.68 0 0.06 0.43
HSL 175.15º 0.52% 0.37% -
HSV(B) 175.15º 0.68% 0.57% -
XYZ 15.77 22.64 27.21 -
YUV 114.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 46 145 137 0.68 0 0.06 0.43 175.15 0.52 0.37
Hex 2E 91 89 44 0 6 2B AF 34 25
Octal 56 221 211 104 0 6 53 257 64 45
Binary 101110 10010001 10001001 1000100 0 110 101011 10101111 110100 100101

Color Harmonies of #2E9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9189

Black with #2E9189

Text Example


Text Example

White with #2E9189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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