#30A275

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

Shades of Gossamer #30A275

Tints of Gossamer #30A275

Color information

#30A275 (or 0x30A275) is unknown color: approx Gossamer. HEX triplet: 30, A2 and 75. RGB value is (48,162,117). Sum of RGB (Red+Green+Blue) = 48+162+117=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #30A275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A275 is #CF5D8A. Grayscale: #7A7A7A. Windows color (decimal): -13589899 or 7709232. OLE color: 7709232.

HSL color Cylindrical-coordinate representation of color #30A275: hue angle of 156.32º 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 #30A275 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB48162117-
CMYK0.7000.280.36
HSL156.32º54.29%41.18%-
HSV(B)156.32º70.37%63.53%-
XYZ17.3527.7521.27-
YUV122.78124.7374.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.68%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=14.68%
G=49.54%
B=35.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481621170.7000.280.36156.3254.2941.18
Hex30A2754601C249c3629
Octal60242165106034442346651
Binary110000101000101110101100011001110010010010011100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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