#299977

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

Shades of Gossamer #299977

Tints of Gossamer #299977

Color information

#299977 (or 0x299977) is unknown color: approx Gossamer. HEX triplet: 29, 99 and 77. RGB value is (41,153,119). Sum of RGB (Red+Green+Blue) = 41+153+119=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #299977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299977 is #D66688. Grayscale: #737373. Windows color (decimal): -14050953 or 7837993. OLE color: 7837993.

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

Color convert

RGB41153119-
CMYK0.7300.220.4
HSL161.79º57.73%38.04%-
HSV(B)161.79º73.2%60%-
XYZ15.6424.5921.37-
YUV115.64129.8974.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=13.10%
G=48.88%
B=38.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411531190.7300.220.4161.7957.7338.04
Hex2999774901628a23a26
Octal51231167111026502427246
Binary101001100110011110111100100101011010100010100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299977; }

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

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

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

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

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

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

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

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