#2E8F88

Color #2E8F88 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #2E8F88

Tints of Java #2E8F88

Color information

#2E8F88 (or 0x2E8F88) is unknown color: approx Java. HEX triplet: 2E, 8F and 88. RGB value is (46,143,136). Sum of RGB (Red+Green+Blue) = 46+143+136=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8F88 is #D17077. Grayscale: #717171. Windows color (decimal): -13725816 or 8949550. OLE color: 8949550.

HSL color Cylindrical-coordinate representation of color #2E8F88: hue angle of 175.67º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F88 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB46143136-
CMYK0.6800.050.44
HSL175.67º51.32%37.06%-
HSV(B)175.67º67.83%56.08%-
XYZ15.392226.73-
YUV113.2140.8680.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 143 (56.25% from 255) = 44%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=14.15%
G=44%
B=41.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461431360.6800.050.44175.6751.3237.06
Hex2E8F8844052Cb03325
Octal5621721010405542606345
Binary10111010001111100010001000100010110110010110000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,143,136); }

 H1.HeaderClassName
 {
   color: #2E8F88;
 }
 .AnyTagClassName
 {
   color: #2E8F88;
 }
</style>
background-color css

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

 a { background-color: rgb(46,143,136); }

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

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

 span { border-color: rgb(46,143,136); }

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