#28988C

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

Shades of Java #28988C

Tints of Java #28988C

Color information

#28988C (or 0x28988C) is unknown color: approx Java. HEX triplet: 28, 98 and 8C. RGB value is (40,152,140). Sum of RGB (Red+Green+Blue) = 40+152+140=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #28988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28988C is #D76773. Grayscale: #757575. Windows color (decimal): -14116724 or 9213992. OLE color: 9213992.

HSL color Cylindrical-coordinate representation of color #28988C: hue angle of 173.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28988C is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB40152140-
CMYK0.7400.080.40
HSL173.57º58.33%37.65%-
HSV(B)173.57º73.68%59.61%-
XYZ16.8424.828.71-
YUV117.14140.8972.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.05%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=12.05%
G=45.78%
B=42.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal401521400.7400.080.40173.5758.3337.65
Hex28988C4A0828ae3a26
Octal50230214112010502567246
Binary101000100110001000110010010100100010100010101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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