#29977B

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

Shades of Gossamer #29977B

Tints of Gossamer #29977B

Color information

#29977B (or 0x29977B) is unknown color: approx Gossamer. HEX triplet: 29, 97 and 7B. RGB value is (41,151,123). Sum of RGB (Red+Green+Blue) = 41+151+123=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #29977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29977B is #D66884. Grayscale: #727272. Windows color (decimal): -14051461 or 8099625. OLE color: 8099625.

HSL color Cylindrical-coordinate representation of color #29977B: hue angle of 164.73º 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 #29977B is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB41151123-
CMYK0.7300.190.41
HSL164.73º57.29%37.65%-
HSV(B)164.73º72.85%59.22%-
XYZ15.5624.0322.56-
YUV114.92132.5675.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=13.02%
G=47.94%
B=39.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411511230.7300.190.41164.7357.2937.65
Hex29977B4901329a53926
Octal51227173111023512457146
Binary101001100101111111011100100101001110100110100101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29977B; }

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

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

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

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

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

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

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

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