#289281

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

Shades of Gossamer #289281

Tints of Gossamer #289281

Color information

#289281 (or 0x289281) is unknown color: approx Gossamer. HEX triplet: 28, 92 and 81. RGB value is (40,146,129). Sum of RGB (Red+Green+Blue) = 40+146+129=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #289281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289281 is #D76D7E. Grayscale: #707070. Windows color (decimal): -14118271 or 8491560. OLE color: 8491560.

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

Color convert

RGB40146129-
CMYK0.7300.120.43
HSL170.38º56.99%36.47%-
HSV(B)170.38º72.6%57.25%-
XYZ15.1222.5924.33-
YUV112.37137.3876.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=12.70%
G=46.35%
B=40.95%

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
Decimal401461290.7300.120.43170.3856.9936.47
Hex289281490C2Baa3924
Octal50222201111014532527144
Binary101000100100101000000110010010110010101110101010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289281; }

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

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

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

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

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

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

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

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