Html Css Color HEX #2FA176 Gossamer

📋 copy color: '#2FA176'

red 47 ◦ green 161 ◦ blue 118

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

Shades of Gossamer #2FA176

Tints of Gossamer #2FA176

RGB

 RED value IS 47 (18.75% from 255) = 14.42%

 GREEN value IS 161 (63.28% from 255) = 49.39%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 14.42%
G = 49.39%
B = 36.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#2FA176 (or 0x2FA176) is known color: Gossamer. HEX triplet: 2F, A1 and 76. RGB value is (47,161,118). Sum of RGB (Red+Green+Blue) = 47+161+118=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA176 is #D05E89. Grayscale: #7A7A7A. Windows color (decimal): -13655690 or 7774511. OLE color: 7774511.

HSL color Cylindrical-coordinate representation of color #2FA176: hue angle of 157.37º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA176 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 47 161 118 -
CMYK 0.71 0 0.27 0.37
HSL 157.37º 0.55% 0.41% -
HSV(B) 157.37º 0.71% 0.63% -
XYZ 17.19 27.4 21.52 -
YUV 122.01 125.73 74.5 -
System Red Green Blue C M Y K H S L
Decimal 47 161 118 0.71 0 0.27 0.37 157.37 0.55 0.41
Hex 2F A1 76 47 0 1B 25 9D 37 29
Octal 57 241 166 107 0 33 45 235 67 51
Binary 101111 10100001 1110110 1000111 0 11011 100101 10011101 110111 101001

Color Harmonies of #2FA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA176

Black with #2FA176

Text Example


Text Example

White with #2FA176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FA176; }

 p { color: rgb(47,161,118); }

 H1.HeaderClassName
 {
   color: #2FA176;
 }
 .AnyTagClassName
 {
   color: #2FA176;
 }
</style>

background-color css

<style>
 a { background-color: #2FA176; }

 a { background-color: rgb(47,161,118); }

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

border-color css

<style>
 span { border-color: #2FA176; }

 span { border-color: rgb(47,161,118); }

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