#29917F

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

Shades of Gossamer #29917F

Tints of Gossamer #29917F

Color information

#29917F (or 0x29917F) is unknown color: approx Gossamer. HEX triplet: 29, 91 and 7F. RGB value is (41,145,127). Sum of RGB (Red+Green+Blue) = 41+145+127=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #29917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29917F is #D66E80. Grayscale: #6F6F6F. Windows color (decimal): -14052993 or 8360233. OLE color: 8360233.

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

Color convert

RGB41145127-
CMYK0.7200.120.43
HSL169.62º55.91%36.47%-
HSV(B)169.62º71.72%56.86%-
XYZ14.8722.2523.59-
YUV111.85136.5477.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 127 (50% from 255) = 40.58%
R=13.10%
G=46.33%
B=40.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451270.7200.120.43169.6255.9136.47
Hex29917F480C2Baa3824
Octal51221177110014532527044
Binary10100110010001111111110010000110010101110101010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29917F; }

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

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

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

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

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

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

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

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