Html Css Color HEX #29907D Gossamer

📋 copy color: '#29907D'

red 41 ◦ green 144 ◦ blue 125

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

Shades of Gossamer #29907D

Tints of Gossamer #29907D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 13.23%
G = 46.45%
B = 40.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#29907D (or 0x29907D) is known color: Gossamer. HEX triplet: 29, 90 and 7D. RGB value is (41,144,125). Sum of RGB (Red+Green+Blue) = 41+144+125=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #29907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29907D is #D66F82. Grayscale: #6F6F6F. Windows color (decimal): -14053251 or 8228905. OLE color: 8228905.

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

Color convert

RGB 41 144 125 -
CMYK 0.72 0 0.13 0.44
HSL 168.93º 0.56% 0.36% -
HSV(B) 168.93º 0.72% 0.56% -
XYZ 14.59 21.9 22.86 -
YUV 111.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 41 144 125 0.72 0 0.13 0.44 168.93 0.56 0.36
Hex 29 90 7D 48 0 D 2C A9 38 24
Octal 51 220 175 110 0 15 54 251 70 44
Binary 101001 10010000 1111101 1001000 0 1101 101100 10101001 111000 100100

Color Harmonies of #29907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29907D

Black with #29907D

Text Example


Text Example

White with #29907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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