Html Css Color HEX #29927E Gossamer

📋 copy color: '#29927E'

red 41 ◦ green 146 ◦ blue 126

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

Shades of Gossamer #29927E

Tints of Gossamer #29927E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.65%

 BLUE value IS 126 (49.61% from 255) = 40.26%

R = 13.1%
G = 46.65%
B = 40.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#29927E (or 0x29927E) is known color: Gossamer. HEX triplet: 29, 92 and 7E. RGB value is (41,146,126). Sum of RGB (Red+Green+Blue) = 41+146+126=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #29927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29927E is #D66D81. Grayscale: #707070. Windows color (decimal): -14052738 or 8294953. OLE color: 8294953.

HSL color Cylindrical-coordinate representation of color #29927E: hue angle of 168.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29927E is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 146 126 -
CMYK 0.72 0 0.14 0.43
HSL 168.57º 0.56% 0.37% -
HSV(B) 168.57º 0.72% 0.57% -
XYZ 14.96 22.54 23.3 -
YUV 112.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 41 146 126 0.72 0 0.14 0.43 168.57 0.56 0.37
Hex 29 92 7E 48 0 E 2B A9 38 25
Octal 51 222 176 110 0 16 53 251 70 45
Binary 101001 10010010 1111110 1001000 0 1110 101011 10101001 111000 100101

Color Harmonies of #29927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29927E

Black with #29927E

Text Example


Text Example

White with #29927E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29927E; }

 p { color: rgb(41,146,126); }

 H1.HeaderClassName
 {
   color: #29927E;
 }
 .AnyTagClassName
 {
   color: #29927E;
 }
</style>

background-color css

<style>
 a { background-color: #29927E; }

 a { background-color: rgb(41,146,126); }

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

border-color css

<style>
 span { border-color: #29927E; }

 span { border-color: rgb(41,146,126); }

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