#29987A

Color #29987A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #29987A

Tints of Gossamer #29987A

Color information

#29987A (or 0x29987A) is unknown color: approx Gossamer. HEX triplet: 29, 98 and 7A. RGB value is (41,152,122). Sum of RGB (Red+Green+Blue) = 41+152+122=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #29987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29987A is #D66785. Grayscale: #737373. Windows color (decimal): -14051206 or 8034345. OLE color: 8034345.

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

Color convert

RGB41152122-
CMYK0.7300.200.40
HSL163.78º57.51%37.84%-
HSV(B)163.78º73.03%59.61%-
XYZ15.6624.3322.28-
YUV115.39131.7374.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=13.02%
G=48.25%
B=38.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411521220.7300.200.40163.7857.5137.84
Hex29987A4901428a43a26
Octal51230172111024502447246
Binary101001100110001111010100100101010010100010100100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29987A;
 }
 .AnyTagClassName
 {
   color: #29987A;
 }
</style>
background-color css

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

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

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

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

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

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