Html Css Color HEX #2F9177 Gossamer

📋 copy color: '#2F9177'

red 47 ◦ green 145 ◦ blue 119

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

Shades of Gossamer #2F9177

Tints of Gossamer #2F9177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 15.11%
G = 46.62%
B = 38.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#2F9177 (or 0x2F9177) is known color: Gossamer. HEX triplet: 2F, 91 and 77. RGB value is (47,145,119). Sum of RGB (Red+Green+Blue) = 47+145+119=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9177 is #D06E88. Grayscale: #707070. Windows color (decimal): -13659785 or 7835951. OLE color: 7835951.

HSL color Cylindrical-coordinate representation of color #2F9177: hue angle of 164.08º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9177 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 119 -
CMYK 0.68 0 0.18 0.43
HSL 164.08º 0.51% 0.38% -
HSV(B) 164.08º 0.68% 0.57% -
XYZ 14.63 22.19 20.96 -
YUV 112.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 47 145 119 0.68 0 0.18 0.43 164.08 0.51 0.38
Hex 2F 91 77 44 0 12 2B A4 33 26
Octal 57 221 167 104 0 22 53 244 63 46
Binary 101111 10010001 1110111 1000100 0 10010 101011 10100100 110011 100110

Color Harmonies of #2F9177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9177

Black with #2F9177

Text Example


Text Example

White with #2F9177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,145,119); }

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

background-color css

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

 a { background-color: rgb(47,145,119); }

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

border-color css

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

 span { border-color: rgb(47,145,119); }

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