#28947C

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

Shades of Gossamer #28947C

Tints of Gossamer #28947C

Color information

#28947C (or 0x28947C) is unknown color: approx Gossamer. HEX triplet: 28, 94 and 7C. RGB value is (40,148,124). Sum of RGB (Red+Green+Blue) = 40+148+124=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #28947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28947C is #D76B83. Grayscale: #707070. Windows color (decimal): -14117764 or 8164392. OLE color: 8164392.

HSL color Cylindrical-coordinate representation of color #28947C: hue angle of 166.67º 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 #28947C is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB40148124-
CMYK0.7300.160.42
HSL166.67º57.45%36.86%-
HSV(B)166.67º72.97%58.04%-
XYZ15.123.0922.73-
YUV112.97134.2275.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=12.82%
G=47.44%
B=39.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401481240.7300.160.42166.6757.4536.86
Hex28947C490102Aa73925
Octal50224174111020522477145
Binary101000100101001111100100100101000010101010100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28947C; }

 p { color: rgb(40,148,124); }

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

<style>
 a { background-color: #28947C; }

 a { background-color: rgb(40,148,124); }

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

<style>
 span { border-color: #28947C; }

 span { border-color: rgb(40,148,124); }

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