#29947D

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

Shades of Gossamer #29947D

Tints of Gossamer #29947D

Color information

#29947D (or 0x29947D) is unknown color: approx Gossamer. HEX triplet: 29, 94 and 7D. RGB value is (41,148,125). Sum of RGB (Red+Green+Blue) = 41+148+125=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #29947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29947D is #D66B82. Grayscale: #717171. Windows color (decimal): -14052227 or 8229929. OLE color: 8229929.

HSL color Cylindrical-coordinate representation of color #29947D: hue angle of 167.1º degrees, saturation: 0.57, 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 #29947D is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB41148125-
CMYK0.7200.160.42
HSL167.1º56.61%37.06%-
HSV(B)167.1º72.3%58.04%-
XYZ15.2123.1323.07-
YUV113.38134.5576.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=13.06%
G=47.13%
B=39.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411481250.7200.160.42167.156.6137.06
Hex29947D480102Aa73925
Octal51224175110020522477145
Binary101001100101001111101100100001000010101010100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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