Html Css Color HEX #29917F Gossamer

📋 copy color: '#29917F'

red 41 ◦ green 145 ◦ blue 127

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

Shades of Gossamer #29917F

Tints of Gossamer #29917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

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

R = 13.1%
G = 46.33%
B = 40.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#29917F (or 0x29917F) is known color: Gossamer. HEX triplet: 29, 91 and 7F. RGB value is (41,145,127). Sum of RGB (Red+Green+Blue) = 41+145+127=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #29917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29917F is #D66E80. Grayscale: #6F6F6F. Windows color (decimal): -14052993 or 8360233. OLE color: 8360233.

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

Color convert

RGB 41 145 127 -
CMYK 0.72 0 0.12 0.43
HSL 169.62º 0.56% 0.36% -
HSV(B) 169.62º 0.72% 0.57% -
XYZ 14.87 22.25 23.59 -
YUV 111.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 41 145 127 0.72 0 0.12 0.43 169.62 0.56 0.36
Hex 29 91 7F 48 0 C 2B AA 38 24
Octal 51 221 177 110 0 14 53 252 70 44
Binary 101001 10010001 1111111 1001000 0 1100 101011 10101010 111000 100100

Color Harmonies of #29917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29917F

Black with #29917F

Text Example


Text Example

White with #29917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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