#288D85

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

Shades of Java #288D85

Tints of Java #288D85

Color information

#288D85 (or 0x288D85) is unknown color: approx Java. HEX triplet: 28, 8D and 85. RGB value is (40,141,133). Sum of RGB (Red+Green+Blue) = 40+141+133=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #288D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D85 is #D7727A. Grayscale: #6D6D6D. Windows color (decimal): -14119547 or 8752424. OLE color: 8752424.

HSL color Cylindrical-coordinate representation of color #288D85: hue angle of 175.25º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D85 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB40141133-
CMYK0.7200.060.45
HSL175.25º55.8%35.49%-
HSV(B)175.25º71.63%55.29%-
XYZ14.6321.1925.51-
YUV109.89141.0478.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=12.74%
G=44.90%
B=42.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401411330.7200.060.45175.2555.835.49
Hex288D8548062Daf3823
Octal5021520511006552577043
Binary10100010001101100001011001000011010110110101111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288D85; }

 p { color: rgb(40,141,133); }

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

<style>
 a { background-color: #288D85; }

 a { background-color: rgb(40,141,133); }

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

<style>
 span { border-color: #288D85; }

 span { border-color: rgb(40,141,133); }

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