Html Css Color HEX #29937C Gossamer

📋 copy color: '#29937C'

red 41 ◦ green 147 ◦ blue 124

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

Shades of Gossamer #29937C

Tints of Gossamer #29937C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 13.14%
G = 47.12%
B = 39.74%

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

#29937C (or 0x29937C) is known color: Gossamer. HEX triplet: 29, 93 and 7C. RGB value is (41,147,124). Sum of RGB (Red+Green+Blue) = 41+147+124=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #29937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29937C is #D66C83. Grayscale: #707070. Windows color (decimal): -14052484 or 8164137. OLE color: 8164137.

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

Color convert

RGB 41 147 124 -
CMYK 0.72 0 0.16 0.42
HSL 166.98º 0.56% 0.37% -
HSV(B) 166.98º 0.72% 0.58% -
XYZ 14.99 22.79 22.68 -
YUV 112.68 134.38 76.87 -
System Red Green Blue C M Y K H S L
Decimal 41 147 124 0.72 0 0.16 0.42 166.98 0.56 0.37
Hex 29 93 7C 48 0 10 2A A7 38 25
Octal 51 223 174 110 0 20 52 247 70 45
Binary 101001 10010011 1111100 1001000 0 10000 101010 10100111 111000 100101

Color Harmonies of #29937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29937C

Black with #29937C

Text Example


Text Example

White with #29937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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