Html Css Color HEX #28878F Java

📋 copy color: '#28878F'

red 40 ◦ green 135 ◦ blue 143

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

Shades of Java #28878F

Tints of Java #28878F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

 BLUE value IS 143 (56.25% from 255) = 44.97%

R = 12.58%
G = 42.45%
B = 44.97%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28878F (or 0x28878F) is known color: Java. HEX triplet: 28, 87 and 8F. RGB value is (40,135,143). Sum of RGB (Red+Green+Blue) = 40+135+143=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #28878F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28878F is #D77870. Grayscale: #6B6B6B. Windows color (decimal): -14121073 or 9406248. OLE color: 9406248.

HSL color Cylindrical-coordinate representation of color #28878F: hue angle of 184.66º 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 #28878F is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 135 143 -
CMYK 0.72 0.06 0 0.44
HSL 184.66º 0.56% 0.36% -
HSV(B) 184.66º 0.72% 0.56% -
XYZ 14.5 19.76 29.04 -
YUV 107.51 148.03 79.85 -
System Red Green Blue C M Y K H S L
Decimal 40 135 143 0.72 0.06 0 0.44 184.66 0.56 0.36
Hex 28 87 8F 48 6 0 2C B9 38 24
Octal 50 207 217 110 6 0 54 271 70 44
Binary 101000 10000111 10001111 1001000 110 0 101100 10111001 111000 100100

Color Harmonies of #28878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28878F

Black with #28878F

Text Example


Text Example

White with #28878F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28878F; }

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

 H1.HeaderClassName
 {
   color: #28878F;
 }
 .AnyTagClassName
 {
   color: #28878F;
 }
</style>

background-color css

<style>
 a { background-color: #28878F; }

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

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

border-color css

<style>
 span { border-color: #28878F; }

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

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