Html Css Color HEX #2E9095 Java

📋 copy color: '#2E9095'

red 46 ◦ green 144 ◦ blue 149

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

Shades of Java #2E9095

Tints of Java #2E9095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.48%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 13.57%
G = 42.48%
B = 43.95%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E9095 (or 0x2E9095) is known color: Java. HEX triplet: 2E, 90 and 95. RGB value is (46,144,149). Sum of RGB (Red+Green+Blue) = 46+144+149=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E9095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9095 is #D16F6A. Grayscale: #737373. Windows color (decimal): -13725547 or 9801774. OLE color: 9801774.

HSL color Cylindrical-coordinate representation of color #2E9095: hue angle of 182.91º 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 #2E9095 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 144 149 -
CMYK 0.69 0.03 0 0.42
HSL 182.91º 0.53% 0.38% -
HSV(B) 182.91º 0.69% 0.58% -
XYZ 16.52 22.7 31.94 -
YUV 115.27 147.03 78.59 -
System Red Green Blue C M Y K H S L
Decimal 46 144 149 0.69 0.03 0 0.42 182.91 0.53 0.38
Hex 2E 90 95 45 3 0 2A B7 35 26
Octal 56 220 225 105 3 0 52 267 65 46
Binary 101110 10010000 10010101 1000101 11 0 101010 10110111 110101 100110

Color Harmonies of #2E9095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9095

Black with #2E9095

Text Example


Text Example

White with #2E9095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,144,149); }

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

background-color css

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

 a { background-color: rgb(46,144,149); }

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

border-color css

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

 span { border-color: rgb(46,144,149); }

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