#28908E

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

Shades of Java #28908E

Tints of Java #28908E

Color information

#28908E (or 0x28908E) is unknown color: approx Java. HEX triplet: 28, 90 and 8E. RGB value is (40,144,142). Sum of RGB (Red+Green+Blue) = 40+144+142=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #28908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28908E is #D76F71. Grayscale: #707070. Windows color (decimal): -14118770 or 9343016. OLE color: 9343016.

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

Color convert

RGB40144142-
CMYK0.7200.010.44
HSL178.85º56.52%36.08%-
HSV(B)178.85º72.22%56.47%-
XYZ15.7322.3529.08-
YUV112.68144.5476.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.27%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=12.27%
G=44.17%
B=43.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401441420.7200.010.44178.8556.5236.08
Hex28908E48012Cb33924
Octal5022021611001542637144
Binary101000100100001000111010010000110110010110011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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