#29997A

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

Shades of Gossamer #29997A

Tints of Gossamer #29997A

Color information

#29997A (or 0x29997A) is unknown color: approx Gossamer. HEX triplet: 29, 99 and 7A. RGB value is (41,153,122). Sum of RGB (Red+Green+Blue) = 41+153+122=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #29997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29997A is #D66685. Grayscale: #737373. Windows color (decimal): -14050950 or 8034601. OLE color: 8034601.

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

Color convert

RGB41153122-
CMYK0.7300.200.4
HSL163.39º57.73%38.04%-
HSV(B)163.39º73.2%60%-
XYZ15.8224.6622.34-
YUV115.98131.3974.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.97%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=12.97%
G=48.42%
B=38.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411531220.7300.200.4163.3957.7338.04
Hex29997A4901428a33a26
Octal51231172111024502437246
Binary101001100110011111010100100101010010100010100011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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