Html Css Color HEX #29927F Gossamer

📋 copy color: '#29927F'

red 41 ◦ green 146 ◦ blue 127

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

Shades of Gossamer #29927F

Tints of Gossamer #29927F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 13.06%
G = 46.5%
B = 40.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#29927F (or 0x29927F) is known color: Gossamer. HEX triplet: 29, 92 and 7F. RGB value is (41,146,127). Sum of RGB (Red+Green+Blue) = 41+146+127=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #29927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29927F is #D66D80. Grayscale: #707070. Windows color (decimal): -14052737 or 8360489. OLE color: 8360489.

HSL color Cylindrical-coordinate representation of color #29927F: hue angle of 169.14º 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 #29927F is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 146 127 -
CMYK 0.72 0 0.13 0.43
HSL 169.14º 0.56% 0.37% -
HSV(B) 169.14º 0.72% 0.57% -
XYZ 15.02 22.56 23.64 -
YUV 112.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 41 146 127 0.72 0 0.13 0.43 169.14 0.56 0.37
Hex 29 92 7F 48 0 D 2B A9 38 25
Octal 51 222 177 110 0 15 53 251 70 45
Binary 101001 10010010 1111111 1001000 0 1101 101011 10101001 111000 100101

Color Harmonies of #29927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29927F

Black with #29927F

Text Example


Text Example

White with #29927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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