Html Css Color HEX #288F85 Java

📋 copy color: '#288F85'

red 40 ◦ green 143 ◦ blue 133

#288F85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #288F85

Tints of Java #288F85

RGB

 RED value IS 40 (16.02% from 255) = 12.66%

 GREEN value IS 143 (56.25% from 255) = 45.25%

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 12.66%
G = 45.25%
B = 42.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#288F85 (or 0x288F85) is known color: Java. HEX triplet: 28, 8F and 85. RGB value is (40,143,133). Sum of RGB (Red+Green+Blue) = 40+143+133=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 143 - color contains mainly: green. Hex color #288F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F85 is #D7707A. Grayscale: #6E6E6E. Windows color (decimal): -14119035 or 8752936. OLE color: 8752936.

HSL color Cylindrical-coordinate representation of color #288F85: hue angle of 174.17º degrees, saturation: 0.56, 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 #288F85 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 133 -
CMYK 0.72 0 0.07 0.44
HSL 174.17º 0.56% 0.36% -
HSV(B) 174.17º 0.72% 0.56% -
XYZ 14.93 21.79 25.61 -
YUV 111.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 40 143 133 0.72 0 0.07 0.44 174.17 0.56 0.36
Hex 28 8F 85 48 0 7 2C AE 38 24
Octal 50 217 205 110 0 7 54 256 70 44
Binary 101000 10001111 10000101 1001000 0 111 101100 10101110 111000 100100

Color Harmonies of #288F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F85

Black with #288F85

Text Example


Text Example

White with #288F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,143,133); }

 H1.HeaderClassName
 {
   color: #288F85;
 }
 .AnyTagClassName
 {
   color: #288F85;
 }
</style>

background-color css

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

 a { background-color: rgb(40,143,133); }

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

border-color css

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

 span { border-color: rgb(40,143,133); }

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