Html Css Color HEX #29947F Gossamer

📋 copy color: '#29947F'

red 41 ◦ green 148 ◦ blue 127

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

Shades of Gossamer #29947F

Tints of Gossamer #29947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 12.97%
G = 46.84%
B = 40.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#29947F (or 0x29947F) is known color: Gossamer. HEX triplet: 29, 94 and 7F. RGB value is (41,148,127). Sum of RGB (Red+Green+Blue) = 41+148+127=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #29947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29947F is #D66B80. Grayscale: #717171. Windows color (decimal): -14052225 or 8361001. OLE color: 8361001.

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

Color convert

RGB 41 148 127 -
CMYK 0.72 0 0.14 0.42
HSL 168.22º 0.57% 0.37% -
HSV(B) 168.22º 0.72% 0.58% -
XYZ 15.34 23.18 23.75 -
YUV 113.61 135.55 76.21 -
System Red Green Blue C M Y K H S L
Decimal 41 148 127 0.72 0 0.14 0.42 168.22 0.57 0.37
Hex 29 94 7F 48 0 E 2A A8 39 25
Octal 51 224 177 110 0 16 52 250 71 45
Binary 101001 10010100 1111111 1001000 0 1110 101010 10101000 111001 100101

Color Harmonies of #29947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29947F

Black with #29947F

Text Example


Text Example

White with #29947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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