Html Css Color HEX #28928F Java

📋 copy color: '#28928F'

red 40 ◦ green 146 ◦ blue 143

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

Shades of Java #28928F

Tints of Java #28928F

RGB

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

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

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

R = 12.16%
G = 44.38%
B = 43.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#28928F (or 0x28928F) is known color: Java. HEX triplet: 28, 92 and 8F. RGB value is (40,146,143). Sum of RGB (Red+Green+Blue) = 40+146+143=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #28928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28928F is #D76D70. Grayscale: #717171. Windows color (decimal): -14118257 or 9409064. OLE color: 9409064.

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

Color convert

RGB 40 146 143 -
CMYK 0.73 0 0.02 0.43
HSL 178.3º 0.57% 0.36% -
HSV(B) 178.3º 0.73% 0.57% -
XYZ 16.11 22.99 29.58 -
YUV 113.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 40 146 143 0.73 0 0.02 0.43 178.3 0.57 0.36
Hex 28 92 8F 49 0 2 2B B2 39 24
Octal 50 222 217 111 0 2 53 262 71 44
Binary 101000 10010010 10001111 1001001 0 10 101011 10110010 111001 100100

Color Harmonies of #28928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28928F

Black with #28928F

Text Example


Text Example

White with #28928F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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