Html Css Color HEX #2FA174 Gossamer

📋 copy color: '#2FA174'

red 47 ◦ green 161 ◦ blue 116

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

Shades of Gossamer #2FA174

Tints of Gossamer #2FA174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 14.51%
G = 49.69%
B = 35.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#2FA174 (or 0x2FA174) is known color: Gossamer. HEX triplet: 2F, A1 and 74. RGB value is (47,161,116). Sum of RGB (Red+Green+Blue) = 47+161+116=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA174 is #D05E8B. Grayscale: #797979. Windows color (decimal): -13655692 or 7643439. OLE color: 7643439.

HSL color Cylindrical-coordinate representation of color #2FA174: hue angle of 156.32º 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 #2FA174 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 47 161 116 -
CMYK 0.71 0 0.28 0.37
HSL 156.32º 0.55% 0.41% -
HSV(B) 156.32º 0.71% 0.63% -
XYZ 17.07 27.36 20.9 -
YUV 121.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 47 161 116 0.71 0 0.28 0.37 156.32 0.55 0.41
Hex 2F A1 74 47 0 1C 25 9C 37 29
Octal 57 241 164 107 0 34 45 234 67 51
Binary 101111 10100001 1110100 1000111 0 11100 100101 10011100 110111 101001

Color Harmonies of #2FA174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA174

Black with #2FA174

Text Example


Text Example

White with #2FA174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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