#30A074

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

Shades of Gossamer #30A074

Tints of Gossamer #30A074

Color information

#30A074 (or 0x30A074) is unknown color: approx Gossamer. HEX triplet: 30, A0 and 74. RGB value is (48,160,116). Sum of RGB (Red+Green+Blue) = 48+160+116=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #30A074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A074 is #CF5F8B. Grayscale: #797979. Windows color (decimal): -13590412 or 7643184. OLE color: 7643184.

HSL color Cylindrical-coordinate representation of color #30A074: hue angle of 156.43º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A074 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB48160116-
CMYK0.7000.280.37
HSL156.43º53.85%40.78%-
HSV(B)156.43º70%62.75%-
XYZ16.9427.0320.85-
YUV121.5124.8975.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 160 (62.89% from 255) = 49.38%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=14.81%
G=49.38%
B=35.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal481601160.7000.280.37156.4353.8540.78
Hex30A0744601C259c3629
Octal60240164106034452346651
Binary110000101000001110100100011001110010010110011100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A074; }

 p { color: rgb(48,160,116); }

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

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

 a { background-color: rgb(48,160,116); }

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

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

 span { border-color: rgb(48,160,116); }

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