Html Css Color HEX #29937D Gossamer

📋 copy color: '#29937D'

red 41 ◦ green 147 ◦ blue 125

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

Shades of Gossamer #29937D

Tints of Gossamer #29937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 13.1%
G = 46.96%
B = 39.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#29937D (or 0x29937D) is known color: Gossamer. HEX triplet: 29, 93 and 7D. RGB value is (41,147,125). Sum of RGB (Red+Green+Blue) = 41+147+125=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #29937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29937D is #D66C82. Grayscale: #707070. Windows color (decimal): -14052483 or 8229673. OLE color: 8229673.

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

Color convert

RGB 41 147 125 -
CMYK 0.72 0 0.15 0.42
HSL 167.55º 0.56% 0.37% -
HSV(B) 167.55º 0.72% 0.58% -
XYZ 15.05 22.82 23.01 -
YUV 112.8 134.88 76.79 -
System Red Green Blue C M Y K H S L
Decimal 41 147 125 0.72 0 0.15 0.42 167.55 0.56 0.37
Hex 29 93 7D 48 0 F 2A A8 38 25
Octal 51 223 175 110 0 17 52 250 70 45
Binary 101001 10010011 1111101 1001000 0 1111 101010 10101000 111000 100101

Color Harmonies of #29937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29937D

Black with #29937D

Text Example


Text Example

White with #29937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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