Html Css Color HEX #28928D Java

📋 copy color: '#28928D'

red 40 ◦ green 146 ◦ blue 141

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

Shades of Java #28928D

Tints of Java #28928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.65%

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 12.23%
G = 44.65%
B = 43.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#28928D (or 0x28928D) is known color: Java. HEX triplet: 28, 92 and 8D. RGB value is (40,146,141). Sum of RGB (Red+Green+Blue) = 40+146+141=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #28928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28928D is #D76D72. Grayscale: #717171. Windows color (decimal): -14118259 or 9277992. OLE color: 9277992.

HSL color Cylindrical-coordinate representation of color #28928D: hue angle of 177.17º 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 #28928D is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 146 141 -
CMYK 0.73 0 0.03 0.43
HSL 177.17º 0.57% 0.36% -
HSV(B) 177.17º 0.73% 0.57% -
XYZ 15.96 22.93 28.78 -
YUV 113.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 40 146 141 0.73 0 0.03 0.43 177.17 0.57 0.36
Hex 28 92 8D 49 0 3 2B B1 39 24
Octal 50 222 215 111 0 3 53 261 71 44
Binary 101000 10010010 10001101 1001001 0 11 101011 10110001 111001 100100

Color Harmonies of #28928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28928D

Black with #28928D

Text Example


Text Example

White with #28928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28928D; }

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

 H1.HeaderClassName
 {
   color: #28928D;
 }
 .AnyTagClassName
 {
   color: #28928D;
 }
</style>

background-color css

<style>
 a { background-color: #28928D; }

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

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

border-color css

<style>
 span { border-color: #28928D; }

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

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