Html Css Color HEX #29957D Gossamer

📋 copy color: '#29957D'

red 41 ◦ green 149 ◦ blue 125

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

Shades of Gossamer #29957D

Tints of Gossamer #29957D

RGB

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

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

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

R = 13.02%
G = 47.3%
B = 39.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#29957D (or 0x29957D) is known color: Gossamer. HEX triplet: 29, 95 and 7D. RGB value is (41,149,125). Sum of RGB (Red+Green+Blue) = 41+149+125=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #29957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29957D is #D66A82. Grayscale: #717171. Windows color (decimal): -14051971 or 8230185. OLE color: 8230185.

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

Color convert

RGB 41 149 125 -
CMYK 0.72 0 0.16 0.42
HSL 166.67º 0.57% 0.37% -
HSV(B) 166.67º 0.72% 0.58% -
XYZ 15.36 23.45 23.12 -
YUV 113.97 134.22 75.95 -
System Red Green Blue C M Y K H S L
Decimal 41 149 125 0.72 0 0.16 0.42 166.67 0.57 0.37
Hex 29 95 7D 48 0 10 2A A7 39 25
Octal 51 225 175 110 0 20 52 247 71 45
Binary 101001 10010101 1111101 1001000 0 10000 101010 10100111 111001 100101

Color Harmonies of #29957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29957D

Black with #29957D

Text Example


Text Example

White with #29957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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