#29927C

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

Shades of Gossamer #29927C

Tints of Gossamer #29927C

Color information

#29927C (or 0x29927C) is unknown color: approx Gossamer. HEX triplet: 29, 92 and 7C. RGB value is (41,146,124). Sum of RGB (Red+Green+Blue) = 41+146+124=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #29927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29927C is #D66D83. Grayscale: #707070. Windows color (decimal): -14052740 or 8163881. OLE color: 8163881.

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

Color convert

RGB41146124-
CMYK0.7200.150.43
HSL167.43º56.15%36.67%-
HSV(B)167.43º71.92%57.25%-
XYZ14.8322.4822.63-
YUV112.1134.7177.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=13.18%
G=46.95%
B=39.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411461240.7200.150.43167.4356.1536.67
Hex29927C480F2Ba73825
Octal51222174110017532477045
Binary10100110010010111110010010000111110101110100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29927C; }

 p { color: rgb(41,146,124); }

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

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

 a { background-color: rgb(41,146,124); }

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

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

 span { border-color: rgb(41,146,124); }

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