#28888E

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

Shades of Java #28888E

Tints of Java #28888E

Color information

#28888E (or 0x28888E) is unknown color: approx Java. HEX triplet: 28, 88 and 8E. RGB value is (40,136,142). Sum of RGB (Red+Green+Blue) = 40+136+142=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #28888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28888E is #D77771. Grayscale: #6B6B6B. Windows color (decimal): -14120818 or 9340968. OLE color: 9340968.

HSL color Cylindrical-coordinate representation of color #28888E: hue angle of 183.53º 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 #28888E is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40136142-
CMYK0.720.0400.44
HSL183.53º56.04%35.69%-
HSV(B)183.53º71.83%55.69%-
XYZ14.5620.0128.69-
YUV107.98147.279.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.58%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=12.58%
G=42.77%
B=44.65%

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
Decimal401361420.720.0400.44183.5356.0435.69
Hex28888E48402Cb83824
Octal5021021611040542707044
Binary10100010001000100011101001000100010110010111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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