#2F967E

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

Shades of Gossamer #2F967E

Tints of Gossamer #2F967E

Color information

#2F967E (or 0x2F967E) is unknown color: approx Gossamer. HEX triplet: 2F, 96 and 7E. RGB value is (47,150,126). Sum of RGB (Red+Green+Blue) = 47+150+126=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #2F967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F967E is #D06981. Grayscale: #747474. Windows color (decimal): -13658498 or 8295983. OLE color: 8295983.

HSL color Cylindrical-coordinate representation of color #2F967E: hue angle of 166.02º 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 #2F967E is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB47150126-
CMYK0.6900.160.41
HSL166.02º52.28%38.63%-
HSV(B)166.02º68.67%58.82%-
XYZ15.8423.9223.52-
YUV116.47133.3878.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=14.55%
G=46.44%
B=39.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471501260.6900.160.41166.0252.2838.63
Hex2F967E4501029a63427
Octal57226176105020512466447
Binary101111100101101111110100010101000010100110100110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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