#28937E

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

Shades of Gossamer #28937E

Tints of Gossamer #28937E

Color information

#28937E (or 0x28937E) is unknown color: approx Gossamer. HEX triplet: 28, 93 and 7E. RGB value is (40,147,126). Sum of RGB (Red+Green+Blue) = 40+147+126=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #28937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28937E is #D76C81. Grayscale: #707070. Windows color (decimal): -14118018 or 8295208. OLE color: 8295208.

HSL color Cylindrical-coordinate representation of color #28937E: hue angle of 168.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28937E is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB40147126-
CMYK0.7300.140.42
HSL168.22º57.22%36.67%-
HSV(B)168.22º72.79%57.65%-
XYZ15.0722.8223.35-
YUV112.61135.5576.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=12.78%
G=46.96%
B=40.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401471260.7300.140.42168.2257.2236.67
Hex28937E490E2Aa83925
Octal50223176111016522507145
Binary10100010010011111111010010010111010101010101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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