Html Css Color HEX #29927C Gossamer

📋 copy color: '#29927C'

red 41 ◦ green 146 ◦ blue 124

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

Shades of Gossamer #29927C

Tints of Gossamer #29927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 13.18%
G = 46.95%
B = 39.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#29927C (or 0x29927C) is known color: Gossamer. HEX triplet: 29, 92 and 7C. RGB value is (41,146,124). Sum of RGB (Red+Green+Blue) = 41+146+124=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #29927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29927C is #D66D83. Grayscale: #707070. Windows color (decimal): -14052740 or 8163881. OLE color: 8163881.

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

Color convert

RGB 41 146 124 -
CMYK 0.72 0 0.15 0.43
HSL 167.43º 0.56% 0.37% -
HSV(B) 167.43º 0.72% 0.57% -
XYZ 14.83 22.48 22.63 -
YUV 112.1 134.71 77.29 -
System Red Green Blue C M Y K H S L
Decimal 41 146 124 0.72 0 0.15 0.43 167.43 0.56 0.37
Hex 29 92 7C 48 0 F 2B A7 38 25
Octal 51 222 174 110 0 17 53 247 70 45
Binary 101001 10010010 1111100 1001000 0 1111 101011 10100111 111000 100101

Color Harmonies of #29927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29927C

Black with #29927C

Text Example


Text Example

White with #29927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29927C; }

 p { color: rgb(41,146,124); }

 H1.HeaderClassName
 {
   color: #29927C;
 }
 .AnyTagClassName
 {
   color: #29927C;
 }
</style>

background-color css

<style>
 a { background-color: #29927C; }

 a { background-color: rgb(41,146,124); }

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

border-color css

<style>
 span { border-color: #29927C; }

 span { border-color: rgb(41,146,124); }

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