#2F9E74

Color #2F9E74 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #2F9E74

Tints of Gossamer #2F9E74

Color information

#2F9E74 (or 0x2F9E74) is unknown color: approx Gossamer. HEX triplet: 2F, 9E and 74. RGB value is (47,158,116). Sum of RGB (Red+Green+Blue) = 47+158+116=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9E74 is #D0618B. Grayscale: #787878. Windows color (decimal): -13656460 or 7642671. OLE color: 7642671.

HSL color Cylindrical-coordinate representation of color #2F9E74: hue angle of 157.3º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9E74 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB47158116-
CMYK0.7000.270.38
HSL157.3º54.15%40.2%-
HSV(B)157.3º70.25%61.96%-
XYZ16.5526.3220.73-
YUV120.02125.7375.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=14.64%
G=49.22%
B=36.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471581160.7000.270.38157.354.1540.2
Hex2F9E744601B269d3628
Octal57236164106033462356650
Binary101111100111101110100100011001101110011010011101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F9E74;
 }
 .AnyTagClassName
 {
   color: #2F9E74;
 }
</style>
background-color css

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

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

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

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

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

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