Html Css Color HEX #29947A Gossamer

📋 copy color: '#29947A'

red 41 ◦ green 148 ◦ blue 122

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

Shades of Gossamer #29947A

Tints of Gossamer #29947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 13.18%
G = 47.59%
B = 39.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#29947A (or 0x29947A) is known color: Gossamer. HEX triplet: 29, 94 and 7A. RGB value is (41,148,122). Sum of RGB (Red+Green+Blue) = 41+148+122=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #29947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29947A is #D66B85. Grayscale: #717171. Windows color (decimal): -14052230 or 8033321. OLE color: 8033321.

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

Color convert

RGB 41 148 122 -
CMYK 0.72 0 0.18 0.42
HSL 165.42º 0.57% 0.37% -
HSV(B) 165.42º 0.72% 0.58% -
XYZ 15.02 23.06 22.07 -
YUV 113.04 133.05 76.61 -
System Red Green Blue C M Y K H S L
Decimal 41 148 122 0.72 0 0.18 0.42 165.42 0.57 0.37
Hex 29 94 7A 48 0 12 2A A5 39 25
Octal 51 224 172 110 0 22 52 245 71 45
Binary 101001 10010100 1111010 1001000 0 10010 101010 10100101 111001 100101

Color Harmonies of #29947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29947A

Black with #29947A

Text Example


Text Example

White with #29947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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