Html Css Color HEX #29957C Gossamer

📋 copy color: '#29957C'

red 41 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #29957C

Tints of Gossamer #29957C

RGB

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

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

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

R = 13.06%
G = 47.45%
B = 39.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#29957C (or 0x29957C) is known color: Gossamer. HEX triplet: 29, 95 and 7C. RGB value is (41,149,124). Sum of RGB (Red+Green+Blue) = 41+149+124=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #29957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29957C is #D66A83. Grayscale: #717171. Windows color (decimal): -14051972 or 8164649. OLE color: 8164649.

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

Color convert

RGB 41 149 124 -
CMYK 0.72 0 0.17 0.42
HSL 166.11º 0.57% 0.37% -
HSV(B) 166.11º 0.72% 0.58% -
XYZ 15.3 23.42 22.78 -
YUV 113.86 133.72 76.03 -
System Red Green Blue C M Y K H S L
Decimal 41 149 124 0.72 0 0.17 0.42 166.11 0.57 0.37
Hex 29 95 7C 48 0 11 2A A6 39 25
Octal 51 225 174 110 0 21 52 246 71 45
Binary 101001 10010101 1111100 1001000 0 10001 101010 10100110 111001 100101

Color Harmonies of #29957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29957C

Black with #29957C

Text Example


Text Example

White with #29957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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