Html Css Color HEX #2E8D89 Java

📋 copy color: '#2E8D89'

red 46 ◦ green 141 ◦ blue 137

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

Shades of Java #2E8D89

Tints of Java #2E8D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

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

R = 14.2%
G = 43.52%
B = 42.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#2E8D89 (or 0x2E8D89) is known color: Java. HEX triplet: 2E, 8D and 89. RGB value is (46,141,137). Sum of RGB (Red+Green+Blue) = 46+141+137=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8D89 is #D17276. Grayscale: #707070. Windows color (decimal): -13726327 or 9014574. OLE color: 9014574.

HSL color Cylindrical-coordinate representation of color #2E8D89: hue angle of 177.47º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8D89 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 141 137 -
CMYK 0.67 0 0.03 0.45
HSL 177.47º 0.51% 0.37% -
HSV(B) 177.47º 0.67% 0.55% -
XYZ 15.17 21.44 27.01 -
YUV 112.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 46 141 137 0.67 0 0.03 0.45 177.47 0.51 0.37
Hex 2E 8D 89 43 0 3 2D B1 33 25
Octal 56 215 211 103 0 3 55 261 63 45
Binary 101110 10001101 10001001 1000011 0 11 101101 10110001 110011 100101

Color Harmonies of #2E8D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8D89

Black with #2E8D89

Text Example


Text Example

White with #2E8D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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