#28898E

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

Shades of Java #28898E

Tints of Java #28898E

Color information

#28898E (or 0x28898E) is unknown color: approx Java. HEX triplet: 28, 89 and 8E. RGB value is (40,137,142). Sum of RGB (Red+Green+Blue) = 40+137+142=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #28898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28898E is #D77671. Grayscale: #6C6C6C. Windows color (decimal): -14120562 or 9341224. OLE color: 9341224.

HSL color Cylindrical-coordinate representation of color #28898E: hue angle of 182.94º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28898E is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40137142-
CMYK0.720.0400.44
HSL182.94º56.04%35.69%-
HSV(B)182.94º71.83%55.69%-
XYZ14.720.328.73-
YUV108.57146.8679.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.54%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=12.54%
G=42.95%
B=44.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401371420.720.0400.44182.9456.0435.69
Hex28898E48402Cb73824
Octal5021121611040542677044
Binary10100010001001100011101001000100010110010110111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28898E; }

 p { color: rgb(40,137,142); }

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

<style>
 a { background-color: #28898E; }

 a { background-color: rgb(40,137,142); }

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

<style>
 span { border-color: #28898E; }

 span { border-color: rgb(40,137,142); }

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