#30947F

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

Shades of Gossamer #30947F

Tints of Gossamer #30947F

Color information

#30947F (or 0x30947F) is unknown color: approx Gossamer. HEX triplet: 30, 94 and 7F. RGB value is (48,148,127). Sum of RGB (Red+Green+Blue) = 48+148+127=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #30947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30947F is #CF6B80. Grayscale: #737373. Windows color (decimal): -13593473 or 8361008. OLE color: 8361008.

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

Color convert

RGB48148127-
CMYK0.6800.140.42
HSL167.4º51.02%38.43%-
HSV(B)167.4º67.57%58.04%-
XYZ15.6423.3423.76-
YUV115.71134.3779.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 127 (50% from 255) = 39.32%
R=14.86%
G=45.82%
B=39.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481481270.6800.140.42167.451.0238.43
Hex30947F440E2Aa73326
Octal60224177104016522476346
Binary11000010010100111111110001000111010101010100111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30947F; }

 p { color: rgb(48,148,127); }

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

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

 a { background-color: rgb(48,148,127); }

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

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

 span { border-color: rgb(48,148,127); }

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