#299A76

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

Shades of Gossamer #299A76

Tints of Gossamer #299A76

Color information

#299A76 (or 0x299A76) is unknown color: approx Gossamer. HEX triplet: 29, 9A and 76. RGB value is (41,154,118). Sum of RGB (Red+Green+Blue) = 41+154+118=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #299A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A76 is #D66589. Grayscale: #747474. Windows color (decimal): -14050698 or 7772713. OLE color: 7772713.

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

Color convert

RGB41154118-
CMYK0.7300.230.40
HSL160.88º57.95%38.24%-
HSV(B)160.88º73.38%60.39%-
XYZ15.7424.8921.11-
YUV116.11129.0674.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 154 (60.55% from 255) = 49.20%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=13.10%
G=49.20%
B=37.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411541180.7300.230.40160.8857.9538.24
Hex299A764901728a13a26
Octal51232166111027502417246
Binary101001100110101110110100100101011110100010100001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299A76; }

 p { color: rgb(41,154,118); }

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

<style>
 a { background-color: #299A76; }

 a { background-color: rgb(41,154,118); }

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

<style>
 span { border-color: #299A76; }

 span { border-color: rgb(41,154,118); }

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