Html Css Color HEX #29967D Gossamer

📋 copy color: '#29967D'

red 41 ◦ green 150 ◦ blue 125

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

Shades of Gossamer #29967D

Tints of Gossamer #29967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 12.97%
G = 47.47%
B = 39.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#29967D (or 0x29967D) is known color: Gossamer. HEX triplet: 29, 96 and 7D. RGB value is (41,150,125). Sum of RGB (Red+Green+Blue) = 41+150+125=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #29967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29967D is #D66982. Grayscale: #727272. Windows color (decimal): -14051715 or 8230441. OLE color: 8230441.

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

Color convert

RGB 41 150 125 -
CMYK 0.73 0 0.17 0.41
HSL 166.24º 0.57% 0.37% -
HSV(B) 166.24º 0.73% 0.59% -
XYZ 15.52 23.76 23.17 -
YUV 114.56 133.89 75.53 -
System Red Green Blue C M Y K H S L
Decimal 41 150 125 0.73 0 0.17 0.41 166.24 0.57 0.37
Hex 29 96 7D 49 0 11 29 A6 39 25
Octal 51 226 175 111 0 21 51 246 71 45
Binary 101001 10010110 1111101 1001001 0 10001 101001 10100110 111001 100101

Color Harmonies of #29967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29967D

Black with #29967D

Text Example


Text Example

White with #29967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29967D; }

 p { color: rgb(41,150,125); }

 H1.HeaderClassName
 {
   color: #29967D;
 }
 .AnyTagClassName
 {
   color: #29967D;
 }
</style>

background-color css

<style>
 a { background-color: #29967D; }

 a { background-color: rgb(41,150,125); }

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

border-color css

<style>
 span { border-color: #29967D; }

 span { border-color: rgb(41,150,125); }

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