#28978C

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

Shades of Java #28978C

Tints of Java #28978C

Color information

#28978C (or 0x28978C) is unknown color: approx Java. HEX triplet: 28, 97 and 8C. RGB value is (40,151,140). Sum of RGB (Red+Green+Blue) = 40+151+140=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #28978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28978C is #D76873. Grayscale: #747474. Windows color (decimal): -14116980 or 9213736. OLE color: 9213736.

HSL color Cylindrical-coordinate representation of color #28978C: hue angle of 174.05º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28978C is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB40151140-
CMYK0.7400.070.41
HSL174.05º58.12%37.45%-
HSV(B)174.05º73.51%59.22%-
XYZ16.6824.4828.66-
YUV116.56141.2373.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.08%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=12.08%
G=45.62%
B=42.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401511400.7400.070.41174.0558.1237.45
Hex28978C4A0729ae3a25
Octal5022721411207512567245
Binary10100010010111100011001001010011110100110101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28978C; }

 p { color: rgb(40,151,140); }

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

<style>
 a { background-color: #28978C; }

 a { background-color: rgb(40,151,140); }

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

<style>
 span { border-color: #28978C; }

 span { border-color: rgb(40,151,140); }

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