#2F967D

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

Shades of Gossamer #2F967D

Tints of Gossamer #2F967D

Color information

#2F967D (or 0x2F967D) is unknown color: approx Gossamer. HEX triplet: 2F, 96 and 7D. RGB value is (47,150,125). Sum of RGB (Red+Green+Blue) = 47+150+125=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #2F967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F967D is #D06982. Grayscale: #747474. Windows color (decimal): -13658499 or 8230447. OLE color: 8230447.

HSL color Cylindrical-coordinate representation of color #2F967D: hue angle of 165.44º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F967D is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB47150125-
CMYK0.6900.170.41
HSL165.44º52.28%38.63%-
HSV(B)165.44º68.67%58.82%-
XYZ15.7823.923.18-
YUV116.35132.8878.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.60%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=14.60%
G=46.58%
B=38.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471501250.6900.170.41165.4452.2838.63
Hex2F967D4501129a53427
Octal57226175105021512456447
Binary101111100101101111101100010101000110100110100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,150,125); }

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

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

 a { background-color: rgb(47,150,125); }

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

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

 span { border-color: rgb(47,150,125); }

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