#289B95

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

Shades of Java #289B95

Tints of Java #289B95

Color information

#289B95 (or 0x289B95) is unknown color: approx Java. HEX triplet: 28, 9B and 95. RGB value is (40,155,149). Sum of RGB (Red+Green+Blue) = 40+155+149=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #289B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B95 is #D7646A. Grayscale: #777777. Windows color (decimal): -14115947 or 9804584. OLE color: 9804584.

HSL color Cylindrical-coordinate representation of color #289B95: hue angle of 176.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B95 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB40155149-
CMYK0.7400.040.39
HSL176.87º58.97%38.24%-
HSV(B)176.87º74.19%60.78%-
XYZ18.0226.0632.51-
YUV119.93144.470.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.63%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=11.63%
G=45.06%
B=43.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401551490.7400.040.39176.8758.9738.24
Hex289B954A0427b13b26
Octal5023322511204472617346
Binary10100010011011100101011001010010010011110110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289B95; }

 p { color: rgb(40,155,149); }

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

<style>
 a { background-color: #289B95; }

 a { background-color: rgb(40,155,149); }

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

<style>
 span { border-color: #289B95; }

 span { border-color: rgb(40,155,149); }

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