#299381

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

Shades of Gossamer #299381

Tints of Gossamer #299381

Color information

#299381 (or 0x299381) is unknown color: approx Gossamer. HEX triplet: 29, 93 and 81. RGB value is (41,147,129). Sum of RGB (Red+Green+Blue) = 41+147+129=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #299381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299381 is #D66C7E. Grayscale: #717171. Windows color (decimal): -14052479 or 8491817. OLE color: 8491817.

HSL color Cylindrical-coordinate representation of color #299381: hue angle of 169.81º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299381 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB41147129-
CMYK0.7200.120.42
HSL169.81º56.38%36.86%-
HSV(B)169.81º72.11%57.65%-
XYZ15.3122.9224.39-
YUV113.25136.8876.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=12.93%
G=46.37%
B=40.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411471290.7200.120.42169.8156.3836.86
Hex299381480C2Aaa3825
Octal51223201110014522527045
Binary101001100100111000000110010000110010101010101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299381; }

 p { color: rgb(41,147,129); }

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

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

 a { background-color: rgb(41,147,129); }

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

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

 span { border-color: rgb(41,147,129); }

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