Html Css Color HEX #29947C Gossamer

📋 copy color: '#29947C'

red 41 ◦ green 148 ◦ blue 124

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

Shades of Gossamer #29947C

Tints of Gossamer #29947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

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

R = 13.1%
G = 47.28%
B = 39.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#29947C (or 0x29947C) is known color: Gossamer. HEX triplet: 29, 94 and 7C. RGB value is (41,148,124). Sum of RGB (Red+Green+Blue) = 41+148+124=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #29947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29947C is #D66B83. Grayscale: #717171. Windows color (decimal): -14052228 or 8164393. OLE color: 8164393.

HSL color Cylindrical-coordinate representation of color #29947C: hue angle of 166.54º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29947C is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 148 124 -
CMYK 0.72 0 0.16 0.42
HSL 166.54º 0.57% 0.37% -
HSV(B) 166.54º 0.72% 0.58% -
XYZ 15.14 23.11 22.73 -
YUV 113.27 134.05 76.45 -
System Red Green Blue C M Y K H S L
Decimal 41 148 124 0.72 0 0.16 0.42 166.54 0.57 0.37
Hex 29 94 7C 48 0 10 2A A7 39 25
Octal 51 224 174 110 0 20 52 247 71 45
Binary 101001 10010100 1111100 1001000 0 10000 101010 10100111 111001 100101

Color Harmonies of #29947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29947C

Black with #29947C

Text Example


Text Example

White with #29947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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