#289382

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

Shades of Gossamer #289382

Tints of Gossamer #289382

Color information

#289382 (or 0x289382) is unknown color: approx Gossamer. HEX triplet: 28, 93 and 82. RGB value is (40,147,130). Sum of RGB (Red+Green+Blue) = 40+147+130=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #289382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289382 is #D76C7D. Grayscale: #717171. Windows color (decimal): -14118014 or 8557352. OLE color: 8557352.

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

Color convert

RGB40147130-
CMYK0.7300.120.42
HSL170.47º57.22%36.67%-
HSV(B)170.47º72.79%57.65%-
XYZ15.3422.9324.74-
YUV113.07137.5575.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.62%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=12.62%
G=46.37%
B=41.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401471300.7300.120.42170.4757.2236.67
Hex289382490C2Aaa3925
Octal50223202111014522527145
Binary101000100100111000001010010010110010101010101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289382; }

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

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

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

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

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

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

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

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