Html Css Color HEX #29977C Gossamer

📋 copy color: '#29977C'

red 41 ◦ green 151 ◦ blue 124

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

Shades of Gossamer #29977C

Tints of Gossamer #29977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 12.97%
G = 47.78%
B = 39.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#29977C (or 0x29977C) is known color: Gossamer. HEX triplet: 29, 97 and 7C. RGB value is (41,151,124). Sum of RGB (Red+Green+Blue) = 41+151+124=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #29977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29977C is #D66883. Grayscale: #737373. Windows color (decimal): -14051460 or 8165161. OLE color: 8165161.

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

Color convert

RGB 41 151 124 -
CMYK 0.73 0 0.18 0.41
HSL 165.27º 0.57% 0.38% -
HSV(B) 165.27º 0.73% 0.59% -
XYZ 15.62 24.06 22.89 -
YUV 115.03 133.06 75.2 -
System Red Green Blue C M Y K H S L
Decimal 41 151 124 0.73 0 0.18 0.41 165.27 0.57 0.38
Hex 29 97 7C 49 0 12 29 A5 39 26
Octal 51 227 174 111 0 22 51 245 71 46
Binary 101001 10010111 1111100 1001001 0 10010 101001 10100101 111001 100110

Color Harmonies of #29977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29977C

Black with #29977C

Text Example


Text Example

White with #29977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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