Html Css Color HEX #29947D Gossamer

📋 copy color: '#29947D'

red 41 ◦ green 148 ◦ blue 125

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

Shades of Gossamer #29947D

Tints of Gossamer #29947D

RGB

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

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

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

R = 13.06%
G = 47.13%
B = 39.81%

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

#29947D (or 0x29947D) is known color: Gossamer. HEX triplet: 29, 94 and 7D. RGB value is (41,148,125). Sum of RGB (Red+Green+Blue) = 41+148+125=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #29947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29947D is #D66B82. Grayscale: #717171. Windows color (decimal): -14052227 or 8229929. OLE color: 8229929.

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

Color convert

RGB 41 148 125 -
CMYK 0.72 0 0.16 0.42
HSL 167.1º 0.57% 0.37% -
HSV(B) 167.1º 0.72% 0.58% -
XYZ 15.21 23.13 23.07 -
YUV 113.39 134.55 76.37 -
System Red Green Blue C M Y K H S L
Decimal 41 148 125 0.72 0 0.16 0.42 167.1 0.57 0.37
Hex 29 94 7D 48 0 10 2A A7 39 25
Octal 51 224 175 110 0 20 52 247 71 45
Binary 101001 10010100 1111101 1001000 0 10000 101010 10100111 111001 100101

Color Harmonies of #29947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29947D

Black with #29947D

Text Example


Text Example

White with #29947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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