#28927E

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

Shades of Gossamer #28927E

Tints of Gossamer #28927E

Color information

#28927E (or 0x28927E) is unknown color: approx Gossamer. HEX triplet: 28, 92 and 7E. RGB value is (40,146,126). Sum of RGB (Red+Green+Blue) = 40+146+126=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #28927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28927E is #D76D81. Grayscale: #707070. Windows color (decimal): -14118274 or 8294952. OLE color: 8294952.

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

Color convert

RGB40146126-
CMYK0.7300.140.43
HSL168.68º56.99%36.47%-
HSV(B)168.68º72.6%57.25%-
XYZ14.9222.5223.3-
YUV112.03135.8876.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=12.82%
G=46.79%
B=40.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401461260.7300.140.43168.6856.9936.47
Hex28927E490E2Ba93924
Octal50222176111016532517144
Binary10100010010010111111010010010111010101110101001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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