#288D92

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

Shades of Java #288D92

Tints of Java #288D92

Color information

#288D92 (or 0x288D92) is unknown color: approx Java. HEX triplet: 28, 8D and 92. RGB value is (40,141,146). Sum of RGB (Red+Green+Blue) = 40+141+146=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #288D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D92 is #D7726D. Grayscale: #6F6F6F. Windows color (decimal): -14119534 or 9604392. OLE color: 9604392.

HSL color Cylindrical-coordinate representation of color #288D92: hue angle of 182.83º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288D92 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB40141146-
CMYK0.730.0300.43
HSL182.83º56.99%36.47%-
HSV(B)182.83º72.6%57.25%-
XYZ15.5921.5830.54-
YUV111.37147.5477.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=12.23%
G=43.12%
B=44.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401411460.730.0300.43182.8356.9936.47
Hex288D9249302Bb73924
Octal5021522211130532677144
Binary1010001000110110010010100100111010101110110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288D92; }

 p { color: rgb(40,141,146); }

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

<style>
 a { background-color: #288D92; }

 a { background-color: rgb(40,141,146); }

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

<style>
 span { border-color: #288D92; }

 span { border-color: rgb(40,141,146); }

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