Html Css Color HEX #29937B Gossamer

📋 copy color: '#29937B'

red 41 ◦ green 147 ◦ blue 123

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

Shades of Gossamer #29937B

Tints of Gossamer #29937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 13.18%
G = 47.27%
B = 39.55%

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

#29937B (or 0x29937B) is known color: Gossamer. HEX triplet: 29, 93 and 7B. RGB value is (41,147,123). Sum of RGB (Red+Green+Blue) = 41+147+123=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #29937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29937B is #D66C84. Grayscale: #707070. Windows color (decimal): -14052485 or 8098601. OLE color: 8098601.

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

Color convert

RGB 41 147 123 -
CMYK 0.72 0 0.16 0.42
HSL 166.42º 0.56% 0.37% -
HSV(B) 166.42º 0.72% 0.58% -
XYZ 14.92 22.77 22.35 -
YUV 112.57 133.88 76.95 -
System Red Green Blue C M Y K H S L
Decimal 41 147 123 0.72 0 0.16 0.42 166.42 0.56 0.37
Hex 29 93 7B 48 0 10 2A A6 38 25
Octal 51 223 173 110 0 20 52 246 70 45
Binary 101001 10010011 1111011 1001000 0 10000 101010 10100110 111000 100101

Color Harmonies of #29937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29937B

Black with #29937B

Text Example


Text Example

White with #29937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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