Html Css Color HEX #47A28F Gossamer

📋 copy color: '#47A28F'

red 71 ◦ green 162 ◦ blue 143

#47A28F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #47A28F

Tints of Gossamer #47A28F

RGB

 RED value IS 71 (28.13% from 255) = 18.88%

 GREEN value IS 162 (63.67% from 255) = 43.09%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 18.88%
G = 43.09%
B = 38.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#47A28F (or 0x47A28F) is known color: Gossamer. HEX triplet: 47, A2 and 8F. RGB value is (71,162,143). Sum of RGB (Red+Green+Blue) = 71+162+143=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #47A28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A28F is #B85D70. Grayscale: #848484. Windows color (decimal): -12082545 or 9413191. OLE color: 9413191.

HSL color Cylindrical-coordinate representation of color #47A28F: hue angle of 167.47º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A28F is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 162 143 -
CMYK 0.56 0 0.12 0.36
HSL 167.47º 0.39% 0.46% -
HSV(B) 167.47º 0.56% 0.64% -
XYZ 20.48 29.16 30.54 -
YUV 132.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 71 162 143 0.56 0 0.12 0.36 167.47 0.39 0.46
Hex 47 A2 8F 38 0 C 24 A7 27 2E
Octal 107 242 217 70 0 14 44 247 47 56
Binary 1000111 10100010 10001111 111000 0 1100 100100 10100111 100111 101110

Color Harmonies of #47A28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A28F

Black with #47A28F

Text Example


Text Example

White with #47A28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,162,143); }

 H1.HeaderClassName
 {
   color: #47A28F;
 }
 .AnyTagClassName
 {
   color: #47A28F;
 }
</style>

background-color css

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

 a { background-color: rgb(71,162,143); }

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

border-color css

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

 span { border-color: rgb(71,162,143); }

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