#309881

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

Shades of Gossamer #309881

Tints of Gossamer #309881

Color information

#309881 (or 0x309881) is unknown color: approx Gossamer. HEX triplet: 30, 98 and 81. RGB value is (48,152,129). Sum of RGB (Red+Green+Blue) = 48+152+129=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #309881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309881 is #CF677E. Grayscale: #767676. Windows color (decimal): -13592447 or 8493104. OLE color: 8493104.

HSL color Cylindrical-coordinate representation of color #309881: hue angle of 166.73º 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 #309881 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB48152129-
CMYK0.6800.150.40
HSL166.73º52%39.22%-
HSV(B)166.73º68.42%59.61%-
XYZ16.4124.6724.67-
YUV118.28134.0477.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 152 (59.77% from 255) = 46.20%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=14.59%
G=46.20%
B=39.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521290.6800.150.40166.735239.22
Hex309881440F28a73427
Octal60230201104017502476447
Binary110000100110001000000110001000111110100010100111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309881; }

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

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

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

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

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

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

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

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