Html Css Color HEX #2FA175 Gossamer

📋 copy color: '#2FA175'

red 47 ◦ green 161 ◦ blue 117

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

Shades of Gossamer #2FA175

Tints of Gossamer #2FA175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 14.46%
G = 49.54%
B = 36%

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

#2FA175 (or 0x2FA175) is known color: Gossamer. HEX triplet: 2F, A1 and 75. RGB value is (47,161,117). Sum of RGB (Red+Green+Blue) = 47+161+117=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA175 is #D05E8A. Grayscale: #797979. Windows color (decimal): -13655691 or 7708975. OLE color: 7708975.

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

Color convert

RGB 47 161 117 -
CMYK 0.71 0 0.27 0.37
HSL 156.84º 0.55% 0.41% -
HSV(B) 156.84º 0.71% 0.63% -
XYZ 17.13 27.38 21.21 -
YUV 121.9 125.23 74.58 -
System Red Green Blue C M Y K H S L
Decimal 47 161 117 0.71 0 0.27 0.37 156.84 0.55 0.41
Hex 2F A1 75 47 0 1B 25 9D 37 29
Octal 57 241 165 107 0 33 45 235 67 51
Binary 101111 10100001 1110101 1000111 0 11011 100101 10011101 110111 101001

Color Harmonies of #2FA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA175

Black with #2FA175

Text Example


Text Example

White with #2FA175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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