Html Css Color HEX #29917C Gossamer

📋 copy color: '#29917C'

red 41 ◦ green 145 ◦ blue 124

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

Shades of Gossamer #29917C

Tints of Gossamer #29917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

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

R = 13.23%
G = 46.77%
B = 40%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#29917C (or 0x29917C) is known color: Gossamer. HEX triplet: 29, 91 and 7C. RGB value is (41,145,124). Sum of RGB (Red+Green+Blue) = 41+145+124=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #29917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29917C is #D66E83. Grayscale: #6F6F6F. Windows color (decimal): -14052996 or 8163625. OLE color: 8163625.

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

Color convert

RGB 41 145 124 -
CMYK 0.72 0 0.14 0.43
HSL 167.88º 0.56% 0.36% -
HSV(B) 167.88º 0.72% 0.57% -
XYZ 14.68 22.18 22.58 -
YUV 111.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 41 145 124 0.72 0 0.14 0.43 167.88 0.56 0.36
Hex 29 91 7C 48 0 E 2B A8 38 24
Octal 51 221 174 110 0 16 53 250 70 44
Binary 101001 10010001 1111100 1001000 0 1110 101011 10101000 111000 100100

Color Harmonies of #29917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29917C

Black with #29917C

Text Example


Text Example

White with #29917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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