#299783

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

Shades of Gossamer #299783

Tints of Gossamer #299783

Color information

#299783 (or 0x299783) is unknown color: approx Gossamer. HEX triplet: 29, 97 and 83. RGB value is (41,151,131). Sum of RGB (Red+Green+Blue) = 41+151+131=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #299783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299783 is #D6687C. Grayscale: #737373. Windows color (decimal): -14051453 or 8623913. OLE color: 8623913.

HSL color Cylindrical-coordinate representation of color #299783: hue angle of 169.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299783 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB41151131-
CMYK0.7300.130.41
HSL169.09º57.29%37.65%-
HSV(B)169.09º72.85%59.22%-
XYZ16.0824.2425.3-
YUV115.83136.5674.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 151 (59.38% from 255) = 46.75%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=12.69%
G=46.75%
B=40.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411511310.7300.130.41169.0957.2937.65
Hex299783490D29a93926
Octal51227203111015512517146
Binary101001100101111000001110010010110110100110101001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299783; }

 p { color: rgb(41,151,131); }

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

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

 a { background-color: rgb(41,151,131); }

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

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

 span { border-color: rgb(41,151,131); }

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