Html Css Color HEX #29997D Gossamer

📋 copy color: '#29997D'

red 41 ◦ green 153 ◦ blue 125

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

Shades of Gossamer #29997D

Tints of Gossamer #29997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.96%

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

R = 12.85%
G = 47.96%
B = 39.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#29997D (or 0x29997D) is known color: Gossamer. HEX triplet: 29, 99 and 7D. RGB value is (41,153,125). Sum of RGB (Red+Green+Blue) = 41+153+125=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #29997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29997D is #D66682. Grayscale: #747474. Windows color (decimal): -14050947 or 8231209. OLE color: 8231209.

HSL color Cylindrical-coordinate representation of color #29997D: hue angle of 165º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29997D is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 125 -
CMYK 0.73 0 0.18 0.4
HSL 165º 0.58% 0.38% -
HSV(B) 165º 0.73% 0.6% -
XYZ 16.01 24.73 23.33 -
YUV 116.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 41 153 125 0.73 0 0.18 0.4 165 0.58 0.38
Hex 29 99 7D 49 0 12 28 A5 3A 26
Octal 51 231 175 111 0 22 50 245 72 46
Binary 101001 10011001 1111101 1001001 0 10010 101000 10100101 111010 100110

Color Harmonies of #29997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29997D

Black with #29997D

Text Example


Text Example

White with #29997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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