#30A276

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

Shades of Gossamer #30A276

Tints of Gossamer #30A276

Color information

#30A276 (or 0x30A276) is unknown color: approx Gossamer. HEX triplet: 30, A2 and 76. RGB value is (48,162,118). Sum of RGB (Red+Green+Blue) = 48+162+118=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #30A276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A276 is #CF5D89. Grayscale: #7A7A7A. Windows color (decimal): -13589898 or 7774768. OLE color: 7774768.

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

Color convert

RGB48162118-
CMYK0.7000.270.36
HSL156.84º54.29%41.18%-
HSV(B)156.84º70.37%63.53%-
XYZ17.4127.7821.58-
YUV122.9125.2374.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=14.63%
G=49.39%
B=35.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481621180.7000.270.36156.8454.2941.18
Hex30A2764601B249d3629
Octal60242166106033442356651
Binary110000101000101110110100011001101110010010011101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,162,118); }

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

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

 a { background-color: rgb(48,162,118); }

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

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

 span { border-color: rgb(48,162,118); }

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