#30957E

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

Shades of Gossamer #30957E

Tints of Gossamer #30957E

Color information

#30957E (or 0x30957E) is unknown color: approx Gossamer. HEX triplet: 30, 95 and 7E. RGB value is (48,149,126). Sum of RGB (Red+Green+Blue) = 48+149+126=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #30957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30957E is #CF6A81. Grayscale: #747474. Windows color (decimal): -13593218 or 8295728. OLE color: 8295728.

HSL color Cylindrical-coordinate representation of color #30957E: hue angle of 166.34º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30957E is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB48149126-
CMYK0.6800.150.42
HSL166.34º51.27%38.63%-
HSV(B)166.34º67.79%58.43%-
XYZ15.7323.6323.47-
YUV116.18133.5479.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=14.86%
G=46.13%
B=39.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481491260.6800.150.42166.3451.2738.63
Hex30957E440F2Aa63327
Octal60225176104017522466347
Binary11000010010101111111010001000111110101010100110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30957E; }

 p { color: rgb(48,149,126); }

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

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

 a { background-color: rgb(48,149,126); }

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

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

 span { border-color: rgb(48,149,126); }

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