#289282

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

Shades of Gossamer #289282

Tints of Gossamer #289282

Color information

#289282 (or 0x289282) is unknown color: approx Gossamer. HEX triplet: 28, 92 and 82. RGB value is (40,146,130). Sum of RGB (Red+Green+Blue) = 40+146+130=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #289282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289282 is #D76D7D. Grayscale: #707070. Windows color (decimal): -14118270 or 8557096. OLE color: 8557096.

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

Color convert

RGB40146130-
CMYK0.7300.110.43
HSL170.94º56.99%36.47%-
HSV(B)170.94º72.6%57.25%-
XYZ15.1822.6224.69-
YUV112.48137.8876.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.66%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=12.66%
G=46.20%
B=41.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401461300.7300.110.43170.9456.9936.47
Hex289282490B2Bab3924
Octal50222202111013532537144
Binary101000100100101000001010010010101110101110101011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289282; }

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

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

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

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

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

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

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

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