Html Css Color HEX #47B28C Gossamer

📋 copy color: '#47B28C'

red 71 ◦ green 178 ◦ blue 140

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

Shades of Gossamer #47B28C

Tints of Gossamer #47B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 18.25%
G = 45.76%
B = 35.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#47B28C (or 0x47B28C) is known color: Gossamer. HEX triplet: 47, B2 and 8C. RGB value is (71,178,140). Sum of RGB (Red+Green+Blue) = 71+178+140=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #47B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B28C is #B84D73. Grayscale: #8D8D8D. Windows color (decimal): -12078452 or 9220679. OLE color: 9220679.

HSL color Cylindrical-coordinate representation of color #47B28C: hue angle of 158.69º 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 #47B28C is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 178 140 -
CMYK 0.60 0 0.21 0.30
HSL 158.69º 0.43% 0.49% -
HSV(B) 158.69º 0.6% 0.7% -
XYZ 23.25 35.07 30.36 -
YUV 141.68 127.05 77.59 -
System Red Green Blue C M Y K H S L
Decimal 71 178 140 0.60 0 0.21 0.30 158.69 0.43 0.49
Hex 47 B2 8C 3C 0 15 1E 9F 2B 31
Octal 107 262 214 74 0 25 36 237 53 61
Binary 1000111 10110010 10001100 111100 0 10101 11110 10011111 101011 110001

Color Harmonies of #47B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B28C

Black with #47B28C

Text Example


Text Example

White with #47B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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