#28938E

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

Shades of Java #28938E

Tints of Java #28938E

Color information

#28938E (or 0x28938E) is unknown color: approx Java. HEX triplet: 28, 93 and 8E. RGB value is (40,147,142). Sum of RGB (Red+Green+Blue) = 40+147+142=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #28938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28938E is #D76C71. Grayscale: #727272. Windows color (decimal): -14118002 or 9343784. OLE color: 9343784.

HSL color Cylindrical-coordinate representation of color #28938E: hue angle of 177.2º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28938E is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB40147142-
CMYK0.7300.030.42
HSL177.2º57.22%36.67%-
HSV(B)177.2º72.79%57.65%-
XYZ16.1923.2729.23-
YUV114.44143.5574.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=12.16%
G=44.68%
B=43.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401471420.7300.030.42177.257.2236.67
Hex28938E49032Ab13925
Octal5022321611103522617145
Binary1010001001001110001110100100101110101010110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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