#47B28E

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

Shades of Gossamer #47B28E

Tints of Gossamer #47B28E

Color information

#47B28E (or 0x47B28E) is unknown color: approx Gossamer. HEX triplet: 47, B2 and 8E. RGB value is (71,178,142). Sum of RGB (Red+Green+Blue) = 71+178+142=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #47B28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B28E is #B84D71. Grayscale: #8D8D8D. Windows color (decimal): -12078450 or 9351751. OLE color: 9351751.

HSL color Cylindrical-coordinate representation of color #47B28E: hue angle of 159.81º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B28E is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB71178142-
CMYK0.6000.200.30
HSL159.81º42.97%48.82%-
HSV(B)159.81º60.11%69.8%-
XYZ23.435.1331.14-
YUV141.9128.0577.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.16%
GREEN value IS 178 (69.92% from 255) = 45.52%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=18.16%
G=45.52%
B=36.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711781420.6000.200.30159.8142.9748.82
Hex47B28E3C0141Ea02b31
Octal10726221674024362405361
Binary100011110110010100011101111000101001111010100000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47B28E; }

 p { color: rgb(71,178,142); }

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

<style>
 a { background-color: #47B28E; }

 a { background-color: rgb(71,178,142); }

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

<style>
 span { border-color: #47B28E; }

 span { border-color: rgb(71,178,142); }

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