#299A78

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

Shades of Gossamer #299A78

Tints of Gossamer #299A78

Color information

#299A78 (or 0x299A78) is unknown color: approx Gossamer. HEX triplet: 29, 9A and 78. RGB value is (41,154,120). Sum of RGB (Red+Green+Blue) = 41+154+120=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #299A78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A78 is #D66587. Grayscale: #747474. Windows color (decimal): -14050696 or 7903785. OLE color: 7903785.

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

Color convert

RGB41154120-
CMYK0.7300.220.40
HSL161.95º57.95%38.24%-
HSV(B)161.95º73.38%60.39%-
XYZ15.8624.9421.75-
YUV116.34130.0674.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 154 (60.55% from 255) = 48.89%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=13.02%
G=48.89%
B=38.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411541200.7300.220.40161.9557.9538.24
Hex299A784901628a23a26
Octal51232170111026502427246
Binary101001100110101111000100100101011010100010100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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