Html Css Color HEX #29977F Gossamer

📋 copy color: '#29977F'

red 41 ◦ green 151 ◦ blue 127

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

Shades of Gossamer #29977F

Tints of Gossamer #29977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.34%

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

R = 12.85%
G = 47.34%
B = 39.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#29977F (or 0x29977F) is known color: Gossamer. HEX triplet: 29, 97 and 7F. RGB value is (41,151,127). Sum of RGB (Red+Green+Blue) = 41+151+127=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #29977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29977F is #D66880. Grayscale: #737373. Windows color (decimal): -14051457 or 8361769. OLE color: 8361769.

HSL color Cylindrical-coordinate representation of color #29977F: hue angle of 166.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29977F is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 151 127 -
CMYK 0.73 0 0.16 0.41
HSL 166.91º 0.57% 0.38% -
HSV(B) 166.91º 0.73% 0.59% -
XYZ 15.81 24.14 23.9 -
YUV 115.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 41 151 127 0.73 0 0.16 0.41 166.91 0.57 0.38
Hex 29 97 7F 49 0 10 29 A7 39 26
Octal 51 227 177 111 0 20 51 247 71 46
Binary 101001 10010111 1111111 1001001 0 10000 101001 10100111 111001 100110

Color Harmonies of #29977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29977F

Black with #29977F

Text Example


Text Example

White with #29977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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