Html Css Color HEX #29987F Gossamer

📋 copy color: '#29987F'

red 41 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #29987F

Tints of Gossamer #29987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

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

R = 12.81%
G = 47.5%
B = 39.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#29987F (or 0x29987F) is known color: Gossamer. HEX triplet: 29, 98 and 7F. RGB value is (41,152,127). Sum of RGB (Red+Green+Blue) = 41+152+127=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #29987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29987F is #D66780. Grayscale: #737373. Windows color (decimal): -14051201 or 8362025. OLE color: 8362025.

HSL color Cylindrical-coordinate representation of color #29987F: hue angle of 166.49º 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 #29987F is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 152 127 -
CMYK 0.73 0 0.16 0.40
HSL 166.49º 0.58% 0.38% -
HSV(B) 166.49º 0.73% 0.6% -
XYZ 15.97 24.46 23.96 -
YUV 115.96 134.23 74.53 -
System Red Green Blue C M Y K H S L
Decimal 41 152 127 0.73 0 0.16 0.40 166.49 0.58 0.38
Hex 29 98 7F 49 0 10 28 A6 3A 26
Octal 51 230 177 111 0 20 50 246 72 46
Binary 101001 10011000 1111111 1001001 0 10000 101000 10100110 111010 100110

Color Harmonies of #29987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29987F

Black with #29987F

Text Example


Text Example

White with #29987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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