#299182

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

Shades of Gossamer #299182

Tints of Gossamer #299182

Color information

#299182 (or 0x299182) is unknown color: approx Gossamer. HEX triplet: 29, 91 and 82. RGB value is (41,145,130). Sum of RGB (Red+Green+Blue) = 41+145+130=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #299182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299182 is #D66E7D. Grayscale: #707070. Windows color (decimal): -14052990 or 8556841. OLE color: 8556841.

HSL color Cylindrical-coordinate representation of color #299182: hue angle of 171.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299182 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB41145130-
CMYK0.7200.100.43
HSL171.35º55.91%36.47%-
HSV(B)171.35º71.72%56.86%-
XYZ15.0722.3324.64-
YUV112.19138.0477.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.97%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=12.97%
G=45.89%
B=41.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451300.7200.100.43171.3555.9136.47
Hex299182480A2Bab3824
Octal51221202110012532537044
Binary101001100100011000001010010000101010101110101011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299182; }

 p { color: rgb(41,145,130); }

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

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

 a { background-color: rgb(41,145,130); }

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

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

 span { border-color: rgb(41,145,130); }

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