Html Css Color HEX #29977D Gossamer

📋 copy color: '#29977D'

red 41 ◦ green 151 ◦ blue 125

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

Shades of Gossamer #29977D

Tints of Gossamer #29977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

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

R = 12.93%
G = 47.63%
B = 39.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#29977D (or 0x29977D) is known color: Gossamer. HEX triplet: 29, 97 and 7D. RGB value is (41,151,125). Sum of RGB (Red+Green+Blue) = 41+151+125=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #29977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29977D is #D66882. Grayscale: #737373. Windows color (decimal): -14051459 or 8230697. OLE color: 8230697.

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

Color convert

RGB 41 151 125 -
CMYK 0.73 0 0.17 0.41
HSL 165.82º 0.57% 0.38% -
HSV(B) 165.82º 0.73% 0.59% -
XYZ 15.68 24.09 23.22 -
YUV 115.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 41 151 125 0.73 0 0.17 0.41 165.82 0.57 0.38
Hex 29 97 7D 49 0 11 29 A6 39 26
Octal 51 227 175 111 0 21 51 246 71 46
Binary 101001 10010111 1111101 1001001 0 10001 101001 10100110 111001 100110

Color Harmonies of #29977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29977D

Black with #29977D

Text Example


Text Example

White with #29977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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