Html Css Color HEX #29957F Gossamer

📋 copy color: '#29957F'

red 41 ◦ green 149 ◦ blue 127

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

Shades of Gossamer #29957F

Tints of Gossamer #29957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

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

R = 12.93%
G = 47%
B = 40.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#29957F (or 0x29957F) is known color: Gossamer. HEX triplet: 29, 95 and 7F. RGB value is (41,149,127). Sum of RGB (Red+Green+Blue) = 41+149+127=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #29957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29957F is #D66A80. Grayscale: #727272. Windows color (decimal): -14051969 or 8361257. OLE color: 8361257.

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

Color convert

RGB 41 149 127 -
CMYK 0.72 0 0.15 0.42
HSL 167.78º 0.57% 0.37% -
HSV(B) 167.78º 0.72% 0.58% -
XYZ 15.49 23.5 23.8 -
YUV 114.2 135.22 75.79 -
System Red Green Blue C M Y K H S L
Decimal 41 149 127 0.72 0 0.15 0.42 167.78 0.57 0.37
Hex 29 95 7F 48 0 F 2A A8 39 25
Octal 51 225 177 110 0 17 52 250 71 45
Binary 101001 10010101 1111111 1001000 0 1111 101010 10101000 111001 100101

Color Harmonies of #29957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29957F

Black with #29957F

Text Example


Text Example

White with #29957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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