#29927D

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

Shades of Gossamer #29927D

Tints of Gossamer #29927D

Color information

#29927D (or 0x29927D) is unknown color: approx Gossamer. HEX triplet: 29, 92 and 7D. RGB value is (41,146,125). Sum of RGB (Red+Green+Blue) = 41+146+125=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #29927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29927D is #D66D82. Grayscale: #707070. Windows color (decimal): -14052739 or 8229417. OLE color: 8229417.

HSL color Cylindrical-coordinate representation of color #29927D: hue angle of 168º 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 #29927D is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB41146125-
CMYK0.7200.140.43
HSL168º56.15%36.67%-
HSV(B)168º71.92%57.25%-
XYZ14.922.5122.96-
YUV112.21135.2177.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=13.14%
G=46.79%
B=40.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411461250.7200.140.4316856.1536.67
Hex29927D480E2Ba83825
Octal51222175110016532507045
Binary10100110010010111110110010000111010101110101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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