Html Css Color HEX #29907F Gossamer

📋 copy color: '#29907F'

red 41 ◦ green 144 ◦ blue 127

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

Shades of Gossamer #29907F

Tints of Gossamer #29907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

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

R = 13.14%
G = 46.15%
B = 40.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#29907F (or 0x29907F) is known color: Gossamer. HEX triplet: 29, 90 and 7F. RGB value is (41,144,127). Sum of RGB (Red+Green+Blue) = 41+144+127=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #29907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29907F is #D66F80. Grayscale: #6F6F6F. Windows color (decimal): -14053249 or 8359977. OLE color: 8359977.

HSL color Cylindrical-coordinate representation of color #29907F: hue angle of 170.1º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29907F is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 144 127 -
CMYK 0.72 0 0.12 0.44
HSL 170.1º 0.56% 0.36% -
HSV(B) 170.1º 0.72% 0.56% -
XYZ 14.72 21.95 23.54 -
YUV 111.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 41 144 127 0.72 0 0.12 0.44 170.1 0.56 0.36
Hex 29 90 7F 48 0 C 2C AA 38 24
Octal 51 220 177 110 0 14 54 252 70 44
Binary 101001 10010000 1111111 1001000 0 1100 101100 10101010 111000 100100

Color Harmonies of #29907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29907F

Black with #29907F

Text Example


Text Example

White with #29907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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