#28917E

Color #28917E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #28917E

Tints of Gossamer #28917E

Color information

#28917E (or 0x28917E) is unknown color: approx Gossamer. HEX triplet: 28, 91 and 7E. RGB value is (40,145,126). Sum of RGB (Red+Green+Blue) = 40+145+126=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #28917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28917E is #D76E81. Grayscale: #6F6F6F. Windows color (decimal): -14118530 or 8294696. OLE color: 8294696.

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

Color convert

RGB40145126-
CMYK0.7200.130.43
HSL169.14º56.76%36.27%-
HSV(B)169.14º72.41%56.86%-
XYZ14.7722.2123.25-
YUV111.44136.2177.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=12.86%
G=46.62%
B=40.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401451260.7200.130.43169.1456.7636.27
Hex28917E480D2Ba93924
Octal50221176110015532517144
Binary10100010010001111111010010000110110101110101001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28917E; }

 p { color: rgb(40,145,126); }

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

<style>
 a { background-color: #28917E; }

 a { background-color: rgb(40,145,126); }

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

<style>
 span { border-color: #28917E; }

 span { border-color: rgb(40,145,126); }

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