Html Css Color HEX #29907E Gossamer

📋 copy color: '#29907E'

red 41 ◦ green 144 ◦ blue 126

#29907E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #29907E

Tints of Gossamer #29907E

RGB

 RED value IS 41 (16.41% from 255) = 13.18%

 GREEN value IS 144 (56.64% from 255) = 46.3%

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 13.18%
G = 46.3%
B = 40.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#29907E (or 0x29907E) is known color: Gossamer. HEX triplet: 29, 90 and 7E. RGB value is (41,144,126). Sum of RGB (Red+Green+Blue) = 41+144+126=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #29907E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29907E is #D66F81. Grayscale: #6F6F6F. Windows color (decimal): -14053250 or 8294441. OLE color: 8294441.

HSL color Cylindrical-coordinate representation of color #29907E: hue angle of 169.51º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29907E is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 144 126 -
CMYK 0.72 0 0.12 0.44
HSL 169.51º 0.56% 0.36% -
HSV(B) 169.51º 0.72% 0.56% -
XYZ 14.65 21.92 23.2 -
YUV 111.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 41 144 126 0.72 0 0.12 0.44 169.51 0.56 0.36
Hex 29 90 7E 48 0 C 2C AA 38 24
Octal 51 220 176 110 0 14 54 252 70 44
Binary 101001 10010000 1111110 1001000 0 1100 101100 10101010 111000 100100

Color Harmonies of #29907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29907E

Black with #29907E

Text Example


Text Example

White with #29907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29907E; }

 p { color: rgb(41,144,126); }

 H1.HeaderClassName
 {
   color: #29907E;
 }
 .AnyTagClassName
 {
   color: #29907E;
 }
</style>

background-color css

<style>
 a { background-color: #29907E; }

 a { background-color: rgb(41,144,126); }

 div.DivClassName
 {
   background-color: #29907E;
 }
 .BgClassName
 {
   background-color: #29907E;
 }
</style>

border-color css

<style>
 span { border-color: #29907E; }

 span { border-color: rgb(41,144,126); }

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