Html Css Color HEX #29997F Gossamer

📋 copy color: '#29997F'

red 41 ◦ green 153 ◦ blue 127

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

Shades of Gossamer #29997F

Tints of Gossamer #29997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 12.77%
G = 47.66%
B = 39.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#29997F (or 0x29997F) is known color: Gossamer. HEX triplet: 29, 99 and 7F. RGB value is (41,153,127). Sum of RGB (Red+Green+Blue) = 41+153+127=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #29997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29997F is #D66680. Grayscale: #747474. Windows color (decimal): -14050945 or 8362281. OLE color: 8362281.

HSL color Cylindrical-coordinate representation of color #29997F: hue angle of 166.07º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29997F is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 127 -
CMYK 0.73 0 0.17 0.4
HSL 166.07º 0.58% 0.38% -
HSV(B) 166.07º 0.73% 0.6% -
XYZ 16.14 24.79 24.01 -
YUV 116.55 133.89 74.11 -
System Red Green Blue C M Y K H S L
Decimal 41 153 127 0.73 0 0.17 0.4 166.07 0.58 0.38
Hex 29 99 7F 49 0 11 28 A6 3A 26
Octal 51 231 177 111 0 21 50 246 72 46
Binary 101001 10011001 1111111 1001001 0 10001 101000 10100110 111010 100110

Color Harmonies of #29997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29997F

Black with #29997F

Text Example


Text Example

White with #29997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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