#309882

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

Shades of Gossamer #309882

Tints of Gossamer #309882

Color information

#309882 (or 0x309882) is unknown color: approx Gossamer. HEX triplet: 30, 98 and 82. RGB value is (48,152,130). Sum of RGB (Red+Green+Blue) = 48+152+130=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #309882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309882 is #CF677D. Grayscale: #767676. Windows color (decimal): -13592446 or 8558640. OLE color: 8558640.

HSL color Cylindrical-coordinate representation of color #309882: hue angle of 167.31º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309882 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB48152130-
CMYK0.6800.140.40
HSL167.31º52%39.22%-
HSV(B)167.31º68.42%59.61%-
XYZ16.4824.725.02-
YUV118.4134.5477.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=14.55%
G=46.06%
B=39.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521300.6800.140.40167.315239.22
Hex309882440E28a73427
Octal60230202104016502476447
Binary110000100110001000001010001000111010100010100111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309882; }

 p { color: rgb(48,152,130); }

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

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

 a { background-color: rgb(48,152,130); }

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

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

 span { border-color: rgb(48,152,130); }

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