#289280

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

Shades of Gossamer #289280

Tints of Gossamer #289280

Color information

#289280 (or 0x289280) is unknown color: approx Gossamer. HEX triplet: 28, 92 and 80. RGB value is (40,146,128). Sum of RGB (Red+Green+Blue) = 40+146+128=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #289280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289280 is #D76D7F. Grayscale: #707070. Windows color (decimal): -14118272 or 8426024. OLE color: 8426024.

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

Color convert

RGB40146128-
CMYK0.7300.120.43
HSL169.81º56.99%36.47%-
HSV(B)169.81º72.6%57.25%-
XYZ15.0522.5723.98-
YUV112.25136.8876.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=12.74%
G=46.50%
B=40.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401461280.7300.120.43169.8156.9936.47
Hex289280490C2Baa3924
Octal50222200111014532527144
Binary101000100100101000000010010010110010101110101010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289280; }

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

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

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

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

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

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

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

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